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 504921a commit f99d40aCopy full SHA for f99d40a
.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 | startswith("ci/hydra-build")) | select(.name | endswith("-env")) | { "config": (.name | sub("ci/hydra-build:"; "")), "build_path": .output.text }' | \
38
- jq --slurp 'reduce .[] as $item ({}; . + $item)' | jq --slurp '{"matrix": .}')
+ jq --slurp 'reduce .[] as $item ({}; . + $item)')
39
echo "matrix=$BUILDS" >> $GITHUB_OUTPUT
40
41
ghcr-upload:
0 commit comments