We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f555a99 commit 612de96Copy full SHA for 612de96
.github/workflows/test-loop.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
57
echo ${{ toJson(needs.define-matrix.outputs.project-string) }} | jq -r '.include[].project'
58
- echo "includes:" $(echo $COUNT }}
+ echo "includes:" $(echo $COUNT) }}
59
# echo "projects:" $(echo $COUNT | jq -r 'include[].project')
60
# echo ${{ toJson(needs.define-matrix.outputs.project-string) }}
61
0 commit comments