Skip to content

Commit a7f3ec7

Browse files
committed
fixup! debugging
1 parent dd3c772 commit a7f3ec7

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
@@ -36,7 +36,7 @@ jobs:
3636
awk '{ print "commits=" $1 }' >> $GITHUB_OUTPUT
3737
cat $GITHUB_OUTPUT
3838
outputs:
39-
commits: ${{toJSON(steps.*.outputs.commits)}}
39+
commits: ${{steps.*.outputs.commits}}
4040
fmt:
4141
needs: commit_list
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)