mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-25 17:39:33 +01:00
Fix refs
This commit is contained in:
parent
6bde90e7a1
commit
855a55792a
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -18,7 +18,8 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: mgr0dzicki/cargo-semver-action-ref-slice@patch_change
|
repository: mgr0dzicki/cargo-semver-action-ref-slice
|
||||||
|
ref: patch_change
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
- name: Run action
|
- name: Run action
|
||||||
uses: ./
|
uses: ./
|
||||||
|
@ -29,7 +30,8 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: mgr0dzicki/cargo-semver-action-ref-slice@major_change
|
repository: mgr0dzicki/cargo-semver-action-ref-slice
|
||||||
|
ref: major_change
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
- name: Run action
|
- name: Run action
|
||||||
id: action
|
id: action
|
||||||
|
|
Loading…
Reference in a new issue