Skip to content

Commit 5fa0b6e

Browse files
authored
Update test-loop.yml
1 parent 529ba5e commit 5fa0b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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"
26+
echo "json-project-string={\"count\":4,\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}" >> "$GITHUB_OUTPUT"
2727
# echo 'json-project-string={"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
2828
# echo 'json-project={"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
2929
# echo 'json-project={"count":4,"include":[{"project":"foo","config":"Debug"}, \

0 commit comments

Comments
 (0)