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 77445a6 commit 6ecdc30Copy full SHA for 6ecdc30
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
BUILDS=$(gh api "repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs" --paginate \
37
--jq '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' | \
38
- jq --slurp 'reduce .[] as $item ({}; . + $item)')
+ jq --slurp)
39
echo "$BUILDS" | jq .
40
echo "matrix=$BUILDS" >> $GITHUB_OUTPUT
41
0 commit comments