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 ab143ef commit ae8b7cbCopy full SHA for ae8b7cb
.github/workflows/update-release-status.yml
@@ -82,6 +82,8 @@ jobs:
82
83
status_stats=$(echo "$check_runs" | jq -r '. | {failed: (map(select(.conclusion == "failure")) | length), pending: (map(select(.status != "completed")) | length) }')
84
85
+ echo "status_stats=$status_stats"
86
+
87
failed=$(echo "$status_stats" | jq -r '.failed')
88
pending=$(echo "$status_stats" | jq -r '.pending')
89
0 commit comments