Skip to content

Commit 529ba5e

Browse files
authored
Update test-loop.yml
1 parent 6948c31 commit 529ba5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test-loop.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
colors: ${{ steps.colors.outputs.colores }}
1414
project-string: ${{ steps.project-string-step.outputs.json-project-string }}
15-
project-json: ${{ steps.project-string-step.outputs.json-project }}
15+
# project-json: ${{ steps.project-string-step.outputs.json-project }}
1616

1717
steps:
1818
- name: Define Colors
@@ -23,8 +23,9 @@ jobs:
2323
- name: Define Project String
2424
id: project-string-step
2525
run: |
26-
echo 'json-project-string={"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
27-
echo 'json-project={"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
26+
echo 'json-project-string={\"count\":4,\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}' >> "$GITHUB_OUTPUT"
27+
# echo 'json-project-string={"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
28+
# echo 'json-project={"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
2829
# echo 'json-project={"count":4,"include":[{"project":"foo","config":"Debug"}, \
2930
# {"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
3031

0 commit comments

Comments
 (0)