Skip to content

Commit cdb45d6

Browse files
committed
debug
1 parent f710b00 commit cdb45d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-supervisor.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
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") ]')
43-
echo gh pr checks $PR_NUMBER --json name,state
43+
debugChecks=$(gh pr checks $PR_NUMBER --json name,state)
44+
echo "debugChecks" | jq .
4445
4546
pending=$(echo "$checks" | jq '[.[] | select(.state == "IN_PROGRESS")] | length')
4647
skipping=$(echo "$checks" | jq '[.[] | select(.state == "SKIPPED")] | length')

0 commit comments

Comments
 (0)