mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +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
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'mgr0dzicki/cargo-semver-action-ref-slice@patch_change'
|
||||
repository: mgr0dzicki/cargo-semver-action-ref-slice@patch_change
|
||||
persist-credentials: true
|
||||
- name: Run action
|
||||
uses: ./
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'mgr0dzicki/cargo-semver-action-ref-slice@major_change'
|
||||
repository: mgr0dzicki/cargo-semver-action-ref-slice@major_change
|
||||
persist-credentials: true
|
||||
- name: Run action
|
||||
id: action
|
||||
|
|
Loading…
Reference in a new issue