mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-05 18:40:59 +00:00
chore: cascade forgejo pull request out of the runner branch or PR (followup)
close-merge is not an input, close is
This commit is contained in:
parent
b91e041a13
commit
24360de912
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ jobs:
|
|||
destination-branch: forgejo
|
||||
destination-token: ${{ secrets.FORGEJO_CASCADING_PR_DESTINATION_TOKEN }}
|
||||
prefix: runner
|
||||
close-merge: true
|
||||
close: true
|
||||
verbose: ${{ vars.VERBOSE == 'yes' }}
|
||||
debug: ${{ vars.DEBUG == 'yes' }}
|
||||
update: .forgejo/cascading-forgejo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue