Skip to content

Commit

Permalink
Print status stats for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Nov 29, 2023
1 parent ab143ef commit ae8b7cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
status_stats=$(echo "$check_runs" | jq -r '. | {failed: (map(select(.conclusion == "failure")) | length), pending: (map(select(.status != "completed")) | length) }')
echo "status_stats=$status_stats"
failed=$(echo "$status_stats" | jq -r '.failed')
pending=$(echo "$status_stats" | jq -r '.pending')
Expand Down

0 comments on commit ae8b7cb

Please sign in to comment.