mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-12-26 23:02:15 -05:00
Merge pull request 'Replace actions/cascading-pr action with actions/cascading-pr v1.0.1' (#248) from renovate/actions-cascading-pr-replacement into main
Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/248 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
This commit is contained in:
commit
faec73efd3
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