File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 32
32
id : set-matrix
33
33
run : |
34
34
# Group the output by platform.
35
- RUNS=$(gh api "repos/$GITHUB_REPOSITORY/commits/main /check-runs" --paginate)
35
+ RUNS=$(gh api "repos/$GITHUB_REPOSITORY/commits/2c66429a549f1122374faf3e1eb097e07a8f0c22 /check-runs" --paginate)
36
36
echo "checks..."
37
37
FILTERED=$(jq -c -r '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' <<< "$RUNS")
38
38
jq . <<< "$FILTERED"
@@ -51,11 +51,10 @@ jobs:
51
51
group : ${{ fromJson(needs.discover.outputs.matrix) }}
52
52
name : Process Jobs for ${{ matrix.group.platform }}
53
53
outputs :
54
- jobs : ${{ steps.set-jobs.outputs. jobs }}
54
+ jobs : ${{ toJson(matrix.group. jobs) }} # Direct output definition
55
55
steps :
56
56
- name : No-op step (required to have at least one step)
57
- id : set-jobs
58
- run : echo "jobs=${{ toJson( matrix.group.jobs ) }}" >> $GITHUB_OUTPUT
57
+ run : echo "no-op"
59
58
60
59
ghcr-upload :
61
60
needs : process
You can’t perform that action at this time.
0 commit comments