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 6ecdc30 commit 56f63fcCopy full SHA for 56f63fc
.github/workflows/main.yml
@@ -35,9 +35,9 @@ 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)
+ jq --slurp -c -r)
39
echo "$BUILDS" | jq .
40
- echo "matrix=$BUILDS" >> $GITHUB_OUTPUT
+ echo "matrix=${BUILDS}" >> $GITHUB_OUTPUT
41
42
ghcr-upload:
43
needs: discover
0 commit comments