We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781f886 commit 4be7a55Copy full SHA for 4be7a55
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
needs: commit_list
38
runs-on: ubuntu-latest
39
steps:
40
- - run: echo "${{fromJSON(needs.commit_list.outputs.commits)}}"
+ - run: echo "${{needs.commit_list.outputs.commits}}"
41
# fmt:
42
# needs: commit_list
43
# strategy:
0 commit comments