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