Skip to content

Commit

Permalink
Fix URL parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas committed Apr 9, 2024
1 parent 394aea3 commit 2c7bb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ID=$(($(date +%s)*1000))

cd /home/docker/actions-runner
./config.sh --url https://github.com/${URL} --token ${TOKEN} --name service-provisioning-${ID} --work working-dir --labels service-provisioning --unattended --replace
./config.sh --url ${URL} --token ${TOKEN} --name service-provisioning-${ID} --work working-dir --labels service-provisioning --unattended --replace

cleanup() {
echo "Removing runner..."
Expand Down

0 comments on commit 2c7bb92

Please sign in to comment.