mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2025-01-18 17:04:44 +01:00
Add id for action step
This commit is contained in:
parent
9478ccb3f7
commit
58fab5bd52
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
with:
|
||||
path: action
|
||||
- name: Run action
|
||||
id: action
|
||||
uses: ./action/
|
||||
run-on-major-change:
|
||||
name: Test with semver violation
|
||||
|
@ -42,6 +43,7 @@ jobs:
|
|||
with:
|
||||
path: action
|
||||
- name: Run action
|
||||
id: action
|
||||
uses: ./action/
|
||||
continue-on-error: true
|
||||
- name: Debug print steps
|
||||
|
|
Loading…
Add table
Reference in a new issue