mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Include output in action
This commit is contained in:
parent
d93d2fb887
commit
ba1fbef849
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -27,3 +27,7 @@ jobs:
|
||||||
- name: Run Action
|
- name: Run Action
|
||||||
uses: ./
|
uses: ./
|
||||||
id: run
|
id: run
|
||||||
|
- name: Print Diagnostic Output
|
||||||
|
run: echo $DEBUG_OUTPUT
|
||||||
|
env:
|
||||||
|
DEBUG_OUTPUT: ${{ steps.run.outputs.debug_output }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue