1
0
Fork 0
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:
Earl Warren 2023-10-13 15:45:50 +02:00
parent 31487b1348
commit 0123f765bd
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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