Skip to content

Commit a359e9e

Browse files
committed
fixup! ci: consolidate into a single workflow and improve CI
1 parent 6611a04 commit a359e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sed 's/,$//' | \
3131
awk '{ printf "commits=[" $1 "]" }' >> $GITHUB_OUTPUT
3232
outputs:
33-
commits: ${{toJSON(steps.*.outputs.commits)}}
33+
commits: ${{steps.*.outputs.commits}}
3434
fmt:
3535
needs: commit_list
3636
strategy:

0 commit comments

Comments
 (0)