mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Fix repository url
This commit is contained in:
parent
37b0a9178b
commit
6bde90e7a1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -18,7 +18,7 @@ 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@patch_change
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
- name: Run action
|
- name: Run action
|
||||||
uses: ./
|
uses: ./
|
||||||
|
@ -29,7 +29,7 @@ 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@major_change
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
- name: Run action
|
- name: Run action
|
||||||
id: action
|
id: action
|
||||||
|
|
Loading…
Reference in a new issue