We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcd7a8 commit 577630bCopy full SHA for 577630b
.github/workflows/cleanup-self-hosted-runners.yml
@@ -58,7 +58,7 @@ jobs:
58
>.cli-authenticated # only authenticate once
59
fi &&
60
gh api repos/$GITHUB_REPOSITORY/actions/runners \
61
- --jq '.runners[] | select(.name == "'$vm_name'") | .busy)"; then
+ --jq '.runners[] | select(.name == "'$vm_name'") | .busy')"; then
62
echo "::notice::The VM ${vm_name} is still busy."
63
else
64
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