Skip to content

Commit fb132e9

Browse files
authored
Update test-loop.yml
1 parent e72a562 commit fb132e9

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: Define JSON
2323
id: json-project-step
2424
run: |
25-
echo 'json-project=$({"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]})' >> "$GITHUB_OUTPUT"
25+
echo 'json-project={"count":4,"include":[{"project":"foo","config":"Debug"},{"project":"bar","config":"Release"}]}' >> "$GITHUB_OUTPUT"
2626
# echo 'json-project=$( \
2727
# {"count":4,"include":[{"project":"foo","config":"Debug"}, \
2828
# {"project":"bar","config":"Release"}]} \

0 commit comments

Comments
 (0)