Skip to content

Commit f2162a1

Browse files
authored
Update test-loop2.yml
1 parent fd1263c commit f2162a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-loop2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
echo ${{ toJson(needs.define-matrix.outputs.json-project) }}
3232
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'
33+
# echo ${{ toJson(needs.define-matrix.outputs.json-project) }} | jq -r '.include[].project'
3434

3535
# Job 3: Loop through array
3636
print-array-output:

0 commit comments

Comments
 (0)