mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 14:54:40 +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)
|
--host_port)
|
||||||
shift
|
shift
|
||||||
options[host_port]=$1
|
options[host_port]=$1
|
||||||
|
shift
|
||||||
;;
|
;;
|
||||||
--url)
|
--url)
|
||||||
shift
|
shift
|
||||||
options[url]=$1
|
options[url]=$1
|
||||||
|
shift
|
||||||
;;
|
;;
|
||||||
--token)
|
--token)
|
||||||
shift
|
shift
|
||||||
options[token]=$1
|
options[token]=$1
|
||||||
|
shift
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
finalize_options
|
finalize_options
|
||||||
|
|
Loading…
Add table
Reference in a new issue