Skip to content

Commit 4e169bb

Browse files
committed
Fix unbound variable error
1 parent e9951e4 commit 4e169bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ EOF
156156
157157
chmod +x /etc/systemd/system/shutdown.sh
158158
159-
su -s /bin/bash -c "cd /actions-runner-1/;/actions-runner-1/config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --name ${VM_ID}-1 --labels ${VM_ID} --unattended ${ephemeral_flag} --disableupdate" runner
160-
su -s /bin/bash -c "cd /actions-runner-2/;/actions-runner-2/config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --name ${VM_ID}-2 --labels ${VM_ID} --unattended ${ephemeral_flag} --disableupdate" runner
159+
su -s /bin/bash -c "cd /actions-runner-1/;/actions-runner-1/config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --name ${VM_ID}-1 --labels ${VM_ID} --unattended --disableupdate" runner
160+
su -s /bin/bash -c "cd /actions-runner-2/;/actions-runner-2/config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --name ${VM_ID}-2 --labels ${VM_ID} --unattended --disableupdate" runner
161161
162162
touch /.github-runner-config-ready
163163

0 commit comments

Comments
 (0)