2
0
Fork 0

sh.zio.github-runner-wrapper: fix incorrect passed variables

main
Ducky 2023-12-03 02:43:24 +00:00
parent 4f2e807fc5
commit d9afc1f199
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function main() {
export RUNNER_ALLOW_RUNASROOT="1" export RUNNER_ALLOW_RUNASROOT="1"
if [[ ! -f ".credentials" ]]; then if [[ ! -f ".credentials" ]]; then
./config.sh --url "$url" --token "$token" --unattended ./config.sh --url "$_url" --token "$_token" --unattended
fi fi
./run.sh ./run.sh