We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cfe4c commit 07a7778Copy full SHA for 07a7778
Vagrantfile
@@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
34
Set-Location actions-runner
35
Invoke-WebRequest -Uri $GITHUB_RUNNER_URL -OutFile $GITHUB_RUNNER_FILE
36
Expand-Archive $GITHUB_RUNNER_FILE -DestinationPath .
37
- ./config.cmd --name $GITHUB_RUNNER_NAME_$RANDOM --replace --unattended --url $ORGANIZATION_URL --labels $GITHUB_RUNNER_LABELS --pat $PAT
+ ./config.cmd --name ${GITHUB_RUNNER_NAME}_${RANDOM} --replace --unattended --url $ORGANIZATION_URL --labels $GITHUB_RUNNER_LABELS --pat $PAT
38
./run.cmd
39
SHELL
40
end
0 commit comments