mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-07-20 14:28:24 +02:00
runner
This commit is contained in:
parent
7d02d44019
commit
ccf1ec2ffb
4 changed files with 20 additions and 74 deletions
|
@ -73,6 +73,18 @@ function main() {
|
|||
shift
|
||||
debug
|
||||
;;
|
||||
--host_port)
|
||||
shift
|
||||
host_port=$1
|
||||
;;
|
||||
--url)
|
||||
shift
|
||||
url=$1
|
||||
;;
|
||||
--token)
|
||||
shift
|
||||
token=$1
|
||||
;;
|
||||
*)
|
||||
"${1:-run}" "$host_port" "$url" "$token"
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue