mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 22:10:57 -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:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/cascading-pr@v1
|
||||
with:
|
||||
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
||||
|
|
Loading…
Reference in a new issue