mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Change action path
This commit is contained in:
parent
2816990fcf
commit
37b0a9178b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue