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 e72a562 commit fb132e9Copy full SHA for fb132e9
.github/workflows/test-loop.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Define JSON
23
id: json-project-step
24
run: |
25
- echo 'json-project=$({"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]})' >> "$GITHUB_OUTPUT"
+ echo 'json-project={"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
26
# echo 'json-project=$( \
27
# {"count":4,"include":[{"project":"foo","config":"Debug"}, \
28
# {"project":"bar","config":"Release"}]} \
0 commit comments