Skip to content

Commit 68a91b9

Browse files
authored
Put echo on one line
1 parent b1e4f39 commit 68a91b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-loop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +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\"}]}'
26-
>> "$GITHUB_OUTPUT"
25+
echo 'json-project={\"count\":4,\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"},{\"project\":\"bar\",\"config\":\"Release\"}]}' >> "$GITHUB_OUTPUT"
2726
2827
## Job 2: Print the output of the "define-matrix" job
2928
print-output:

0 commit comments

Comments
 (0)