mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2025-01-19 01:14:43 +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:
|
with:
|
||||||
path: action
|
path: action
|
||||||
- name: Run action
|
- name: Run action
|
||||||
|
id: action
|
||||||
uses: ./action/
|
uses: ./action/
|
||||||
run-on-major-change:
|
run-on-major-change:
|
||||||
name: Test with semver violation
|
name: Test with semver violation
|
||||||
|
@ -42,6 +43,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: action
|
path: action
|
||||||
- name: Run action
|
- name: Run action
|
||||||
|
id: action
|
||||||
uses: ./action/
|
uses: ./action/
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Debug print steps
|
- name: Debug print steps
|
||||||
|
|
Loading…
Add table
Reference in a new issue