Skip to content

Commit d847f0e

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

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

0 commit comments

Comments
 (0)