mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 06:46:59 +01:00
shift run.sh
This commit is contained in:
parent
31487b1348
commit
0123f765bd
1 changed files with 3 additions and 0 deletions
|
@ -111,14 +111,17 @@ function main() {
|
|||
--host_port)
|
||||
shift
|
||||
options[host_port]=$1
|
||||
shift
|
||||
;;
|
||||
--url)
|
||||
shift
|
||||
options[url]=$1
|
||||
shift
|
||||
;;
|
||||
--token)
|
||||
shift
|
||||
options[token]=$1
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
finalize_options
|
||||
|
|
Loading…
Add table
Reference in a new issue