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 fd1263c commit f2162a1Copy full SHA for f2162a1
.github/workflows/test-loop2.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
echo ${{ toJson(needs.define-matrix.outputs.json-project) }}
32
echo ${{ toJson(needs.define-matrix.outputs.json-project) }} | jq -r '.include[].project'
33
- echo ${{ toJson(needs.define-matrix.outputs.json-project) }} | "Running project " jq -r '.include[].project'
+ # echo ${{ toJson(needs.define-matrix.outputs.json-project) }} | jq -r '.include[].project'
34
35
# Job 3: Loop through array
36
print-array-output:
0 commit comments