Skip to content

Commit 577630b

Browse files
committed
Fix missing quote in jq command
1 parent 1fcd7a8 commit 577630b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
>.cli-authenticated # only authenticate once
5959
fi &&
6060
gh api repos/$GITHUB_REPOSITORY/actions/runners \
61-
--jq '.runners[] | select(.name == "'$vm_name'") | .busy)"; then
61+
--jq '.runners[] | select(.name == "'$vm_name'") | .busy')"; then
6262
echo "::notice::The VM ${vm_name} is still busy."
6363
else
6464
echo "::warning::The VM ${vm_name} was created more than 3 hours ago and wasn't deleted. Let's do that now."

0 commit comments

Comments
 (0)