We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3c772 commit a7f3ec7Copy full SHA for a7f3ec7
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
awk '{ print "commits=" $1 }' >> $GITHUB_OUTPUT
37
cat $GITHUB_OUTPUT
38
outputs:
39
- commits: ${{toJSON(steps.*.outputs.commits)}}
+ commits: ${{steps.*.outputs.commits}}
40
fmt:
41
needs: commit_list
42
runs-on: ubuntu-latest
0 commit comments