Skip to content

Commit a655b1e

Browse files
authored
Add parenthesis
1 parent e863156 commit a655b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-loop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Define JSON
2323
id: json-project-step
2424
run: |
25-
echo 'json-project= \
25+
echo 'json-project=$( \
2626
{\"count\":4,\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"}, \
27-
{\"project\":\"bar\",\"config\":\"Release\"}]}' \
28-
>> "$GITHUB_OUTPUT"
27+
{\"project\":\"bar\",\"config\":\"Release\"}]} \
28+
') >> "$GITHUB_OUTPUT"
2929
3030
## Job 2: Print the output of the "define-matrix" job
3131
print-output:

0 commit comments

Comments
 (0)