Skip to content

Commit 8b0bca2

Browse files
authored
ci(cd): fix json contents
1 parent 6c9a525 commit 8b0bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
-H "Authorization: Bearer ${GIST_TOKEN}" \
7474
-H "X-GitHub-Api-Version: 2022-11-28" \
7575
https://api.github.com/gists/${GIST_ID} \
76-
-d '{"files":{"$JSON_FILE":{"content":"$JSON_CONTENT"}}}'
76+
-d "{\"files\":{\"${JSON_FILE}\":{\"content\":${JSON_CONTENT}}}}"

0 commit comments

Comments
 (0)