Skip to content

Commit 72204b8

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

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
@@ -43,7 +43,7 @@ jobs:
4343
vm_name=$(echo $active_vm | jq '.name')
4444
vm_creation_iso_string=$(echo $active_vm | jq -r '.timeCreated')
4545
vm_creation_time=$(date -d $vm_creation_iso_string +%s)
46-
46+
4747
if [ "$one_hour_ago" -lt "$vm_creation_time" ]; then
4848
echo "The VM ${vm_name} was created less then 3 hours ago and shouldn't be deleted yet. Skipping."
4949
elif test true = "$(gh api repos/$GITHUB_REPOSITORY/actions/runners \

0 commit comments

Comments
 (0)