mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
no need to checkout before running cascading-pr
This commit is contained in:
parent
6d77918ad1
commit
92cd7c8e19
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