Skip to content

Commit 3fb438c

Browse files
committed
cleanup-self-hosted-runner: fix some white-space issue
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2d1ebde commit 3fb438c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-self-hosted-runners.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
vm_creation_time_string="$(echo $active_vm |
5151
jq -r '.timeCreated | sub("\\.[0-9]+[+-][0-9]+:[0-9]+$"; "") | sub("T"; " ")')"
5252
vm_creation_time=$(TZ=UTC date -d "$vm_creation_time_string" +%s)
53-
53+
5454
if [ "$one_hour_ago" -lt "$vm_creation_time" ]; then
5555
echo "The VM ${vm_name} was created less then 1 hour ago and shouldn't be deleted yet. Skipping."
5656
elif test true = "$(if test ! -f .cli-authenticated; then

0 commit comments

Comments
 (0)