File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,6 @@ FILE_EOF
203
203
204
204
set -e
205
205
206
- pushd /actions-runner || exit 0
207
-
208
206
echo "Removing runner..."
209
207
REMOVE_TOKEN=\$ (curl \
210
208
-X POST \
@@ -216,8 +214,8 @@ if [ -z "\$REMOVE_TOKEN" ]; then
216
214
exit 0
217
215
fi
218
216
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
217
+ su -s /bin/bash -c "cd /actions-runner-1 /;/actions-runner-1/config.sh remove --token \$ {REMOVE_TOKEN}" runner
218
+ su -s /bin/bash -c "cd /actions-runner-2 /;/actions-runner-2/config.sh remove --token \$ {REMOVE_TOKEN}" runner
221
219
222
220
FILE_EOF
223
221
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ inputs:
35
35
image :
36
36
description : Specifies the name of the image that the disk will be initialized with.
37
37
required : false
38
- default : gh-runner-202312112146
38
+ default : gh-runner-202312141129
39
39
image_family :
40
40
description : The image family for the operating system that the boot disk will be initialized with.
41
41
required : false
You can’t perform that action at this time.
0 commit comments