Add id for action step

This commit is contained in:
Mieszko Grodzicki 2022-12-31 12:52:03 +01:00 committed by Predrag Gruevski
parent 9478ccb3f7
commit 58fab5bd52

View file

@ -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