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 529ba5e commit 5fa0b6eCopy full SHA for 5fa0b6e
.github/workflows/test-loop.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Define Project String
24
id: project-string-step
25
run: |
26
- echo 'json-project-string={\"count\":4,\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}' >> "$GITHUB_OUTPUT"
+ 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"
29
# echo 'json-project={"count":4,"include":[{"project":"foo","config":"Debug"}, \
0 commit comments