Skip to content

Commit 6ecdc30

Browse files
authored
Update main.yml (#193)
1 parent 77445a6 commit 6ecdc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
BUILDS=$(gh api "repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs" --paginate \
3737
--jq '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' | \
38-
jq --slurp 'reduce .[] as $item ({}; . + $item)')
38+
jq --slurp)
3939
echo "$BUILDS" | jq .
4040
echo "matrix=$BUILDS" >> $GITHUB_OUTPUT
4141

0 commit comments

Comments
 (0)