Skip to content

Commit ded928e

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

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
@@ -47,7 +47,7 @@ jobs:
4747
vm_name=$(echo $active_vm | jq '.name')
4848
vm_creation_iso_string=$(echo $active_vm | jq -r '.timeCreated')
4949
vm_creation_time=$(date -d $vm_creation_iso_string +%s)
50-
50+
5151
if [ "$one_hour_ago" -lt "$vm_creation_time" ]; then
5252
echo "The VM ${vm_name} was created less then 1 hour ago and shouldn't be deleted yet. Skipping."
5353
elif test true = "$(if test ! -f .cli-authenticated; then

0 commit comments

Comments
 (0)