mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 23:50:58 -05:00
no need to checkout when cascading
This commit is contained in:
parent
4f1763752a
commit
44e227e7b3
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ jobs:
|
||||||
cascade:
|
cascade:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: actions/cascading-pr@v1
|
- uses: actions/cascading-pr@v1
|
||||||
with:
|
with:
|
||||||
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
||||||
|
|
Loading…
Reference in a new issue