Skip to content

Commit acad11c

Browse files
committed
Fix runner cleanup
1 parent 9fd75dd commit acad11c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ if [ -z "\$REMOVE_TOKEN" ]; then
216216
exit 0
217217
fi
218218
219-
su -s /bin/bash -c "cd /actions-runner/;/actions-runner-1/config.sh remove --token \${REMOVE_TOKEN}" runner
220-
su -s /bin/bash -c "cd /actions-runner/;/actions-runner-2/config.sh remove --token \${REMOVE_TOKEN}" runner
219+
su -s /bin/bash -c "cd /actions-runner-1/;/actions-runner-1/config.sh remove --token \${REMOVE_TOKEN}" runner
220+
su -s /bin/bash -c "cd /actions-runner-2/;/actions-runner-2/config.sh remove --token \${REMOVE_TOKEN}" runner
221221
222222
FILE_EOF
223223

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
image:
3636
description: Specifies the name of the image that the disk will be initialized with.
3737
required: false
38-
default: gh-runner-202312112146
38+
default: gh-runner-202312141129
3939
image_family:
4040
description: The image family for the operating system that the boot disk will be initialized with.
4141
required: false

vm/rootfs.tar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)