Skip to content

Commit 4be7a55

Browse files
committed
fixup! debugging
1 parent 781f886 commit 4be7a55

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
@@ -37,7 +37,7 @@ jobs:
3737
needs: commit_list
3838
runs-on: ubuntu-latest
3939
steps:
40-
- run: echo "${{fromJSON(needs.commit_list.outputs.commits)}}"
40+
- run: echo "${{needs.commit_list.outputs.commits}}"
4141
# fmt:
4242
# needs: commit_list
4343
# strategy:

0 commit comments

Comments
 (0)