mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Debug
This commit is contained in:
parent
23d16da9fa
commit
9478ccb3f7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -44,6 +44,8 @@ jobs:
|
|||
- name: Run action
|
||||
uses: ./action/
|
||||
continue-on-error: true
|
||||
- name: Debug print steps
|
||||
run: echo '${{ toJSON(steps) }}'
|
||||
- name: Check if the action failed
|
||||
if: steps.action.outcome != 'failure'
|
||||
run: exit 1
|
||||
|
|
Loading…
Reference in a new issue