mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-27 22:23:50 +03:00
Replace actions/cascading-pr action with actions/cascading-pr v2.1.1
This commit is contained in:
parent
dc86771502
commit
516c42892f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
show-progress: 'false'
|
show-progress: 'false'
|
||||||
- uses: actions/cascading-pr@v2
|
- uses: actions/cascading-pr@v2.1.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