Change action path

This commit is contained in:
Mieszko Grodzicki 2022-12-31 12:11:21 +01:00 committed by Predrag Gruevski
parent 2816990fcf
commit 37b0a9178b

View file

@ -21,7 +21,7 @@ jobs:
repository: 'mgr0dzicki/cargo-semver-action-ref-slice@patch_change'
persist-credentials: true
- name: Run action
uses: ${{ github.repository }}
uses: ./
run-on-major-change:
name: Test with semver violation
runs-on: ubuntu-latest
@ -33,8 +33,8 @@ jobs:
persist-credentials: true
- name: Run action
id: action
uses: ${{ github.repository }}
uses: ./
continue-on-error: true
- name: Check if the action failed
if: steps.action.outcome != 'failure'
run: exit 1
run: exit 1