mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Enable debug mode
This commit is contained in:
parent
ba1fbef849
commit
4fafb1f5a0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -27,6 +27,8 @@ jobs:
|
||||||
- name: Run Action
|
- name: Run Action
|
||||||
uses: ./
|
uses: ./
|
||||||
id: run
|
id: run
|
||||||
|
with:
|
||||||
|
debug: true
|
||||||
- name: Print Diagnostic Output
|
- name: Print Diagnostic Output
|
||||||
run: echo $DEBUG_OUTPUT
|
run: echo $DEBUG_OUTPUT
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue