sh.zio.github-runner-wrapper: fix incorrect passed variables
parent
4f2e807fc5
commit
d9afc1f199
|
@ -27,7 +27,7 @@ function main() {
|
|||
export RUNNER_ALLOW_RUNASROOT="1"
|
||||
|
||||
if [[ ! -f ".credentials" ]]; then
|
||||
./config.sh --url "$url" --token "$token" --unattended
|
||||
./config.sh --url "$_url" --token "$_token" --unattended
|
||||
fi
|
||||
|
||||
./run.sh
|
||||
|
|
Loading…
Reference in New Issue