mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-12-26 06:42:17 -05:00
debug
This commit is contained in:
parent
a9085d880c
commit
d7c9a16533
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- synchronize
|
- synchronize
|
||||||
|
@ -22,4 +22,5 @@ jobs:
|
||||||
destination-branch: main
|
destination-branch: main
|
||||||
destination-token: ${{ secrets.CASCADING_PR_DESTINATION }}
|
destination-token: ${{ secrets.CASCADING_PR_DESTINATION }}
|
||||||
close-merge: true
|
close-merge: true
|
||||||
|
verbose: true
|
||||||
update: .forgejo/cascading-pr-end-to-end
|
update: .forgejo/cascading-pr-end-to-end
|
||||||
|
|
Loading…
Reference in a new issue