Skip to content

Commit 2164849

Browse files
authored
Update test-loop.yml
1 parent d520904 commit 2164849

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-loop.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ jobs:
2323
id: json-project-step
2424
run: |
2525
echo 'json-project=$( \
26-
{\"count\":4,\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"}, \
27-
{\"project\":\"bar\",\"config\":\"Release\"}]} \
26+
{"count":4,"include":[{"project":"foo","config":"Debug"}, \
27+
{"project":"bar","config":"Release"}]} \
2828
)' >> "$GITHUB_OUTPUT"
29+
# echo 'json-project=$( \
30+
# {\"count\":4,\"include\":[{\"project\":\"foo\",\"config\":\"Debug\"}, \
31+
# {\"project\":\"bar\",\"config\":\"Release\"}]} \
32+
# )' >> "$GITHUB_OUTPUT"
2933
# echo "project-response=$(curl --insecure --request GET \
3034
# --header 'authorization: Bearer ${{ secrets.authorization_token }}' \
3135
# --header 'content-type: application/json' \

0 commit comments

Comments
 (0)