Skip to content

Commit c992ea2

Browse files
committed
typo
1 parent cdb45d6 commit c992ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-supervisor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# We want to watch for pending checks beside this check
4242
checks=$(gh pr checks $PR_NUMBER --json name,state --jq '[ .[] | select(.name != "yamato-supervisor") ]')
4343
debugChecks=$(gh pr checks $PR_NUMBER --json name,state)
44-
echo "debugChecks" | jq .
44+
echo "$debugChecks" | jq .
4545
4646
pending=$(echo "$checks" | jq '[.[] | select(.state == "IN_PROGRESS")] | length')
4747
skipping=$(echo "$checks" | jq '[.[] | select(.state == "SKIPPED")] | length')

0 commit comments

Comments
 (0)