Skip to content

Commit c92551d

Browse files
authored
ci(cd): fix json contents
1 parent 1306927 commit c92551d

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 "$JSON_CONTENT"
76+
-d '{"files":{"$JSON_FILE":{"content":"$JSON_CONTENT"}}}'

0 commit comments

Comments
 (0)