mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-28 04:43:44 +00:00
cascading-pr.sh login both repos
This commit is contained in:
parent
007e34c709
commit
71281446ea
7 changed files with 52 additions and 16 deletions
|
@ -3,9 +3,13 @@
|
|||
declare -A options
|
||||
|
||||
VERBOSE=false
|
||||
|
||||
DEBUG=false
|
||||
|
||||
: ${EXIT_ON_ERROR:=true}
|
||||
|
||||
: ${TMPDIR:=$(mktemp -d)}
|
||||
|
||||
function debug() {
|
||||
DEBUG=true
|
||||
set -x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue