Skip to content

Commit 07a7778

Browse files
authored
fix: github vagrant runner name
1 parent 27cfe4c commit 07a7778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
3434
Set-Location actions-runner
3535
Invoke-WebRequest -Uri $GITHUB_RUNNER_URL -OutFile $GITHUB_RUNNER_FILE
3636
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
37+
./config.cmd --name ${GITHUB_RUNNER_NAME}_${RANDOM} --replace --unattended --url $ORGANIZATION_URL --labels $GITHUB_RUNNER_LABELS --pat $PAT
3838
./run.cmd
3939
SHELL
4040
end

0 commit comments

Comments
 (0)