mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-12-26 06:42:17 -05:00
Replace actions/cascading-pr action with actions/cascading-pr v1.0.1
This commit is contained in:
parent
a9085d880c
commit
6b5fb23d0b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
if: vars.CASCADE != 'no'
|
if: vars.CASCADE != 'no'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/cascading-pr@v1
|
- uses: actions/cascading-pr@v1.0.1
|
||||||
with:
|
with:
|
||||||
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
||||||
origin-repo: ${{ github.repository }}
|
origin-repo: ${{ github.repository }}
|
||||||
|
|
Loading…
Reference in a new issue