1
0
forked from clan/clan-infra

action-create-pr: fix $@ not forwarded

This commit is contained in:
DavHau 2023-08-07 10:30:59 +02:00
parent c5dfc0e932
commit 5bd176d60d

View File

@ -6,5 +6,5 @@
, writePureShellScriptBin
}:
writePureShellScriptBin "action-create-pr" [ bash coreutils git tea openssh ] ''
bash ${./script.sh}
bash ${./script.sh} "$@"
''