sh.zio.github-runner-wrapper: fix incorrect passed variables
This commit is contained in:
parent
4f2e807fc5
commit
d9afc1f199
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue