Skip to content

Commit ae8b7cb

Browse files
committed
Print status stats for debugging purposes
1 parent ab143ef commit ae8b7cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-release-status.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
8383
status_stats=$(echo "$check_runs" | jq -r '. | {failed: (map(select(.conclusion == "failure")) | length), pending: (map(select(.status != "completed")) | length) }')
8484
85+
echo "status_stats=$status_stats"
86+
8587
failed=$(echo "$status_stats" | jq -r '.failed')
8688
pending=$(echo "$status_stats" | jq -r '.pending')
8789

0 commit comments

Comments
 (0)