mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Change action path
This commit is contained in:
parent
2816990fcf
commit
37b0a9178b
1 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
repository: 'mgr0dzicki/cargo-semver-action-ref-slice@patch_change'
|
repository: 'mgr0dzicki/cargo-semver-action-ref-slice@patch_change'
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
- name: Run action
|
- name: Run action
|
||||||
uses: ${{ github.repository }}
|
uses: ./
|
||||||
run-on-major-change:
|
run-on-major-change:
|
||||||
name: Test with semver violation
|
name: Test with semver violation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
- name: Run action
|
- name: Run action
|
||||||
id: action
|
id: action
|
||||||
uses: ${{ github.repository }}
|
uses: ./
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Check if the action failed
|
- name: Check if the action failed
|
||||||
if: steps.action.outcome != 'failure'
|
if: steps.action.outcome != 'failure'
|
||||||
|
|
Loading…
Reference in a new issue