Skip to content

Commit 60d44b4

Browse files
authored
ci(cd): fix json transmission
1 parent d81e53f commit 60d44b4

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
@@ -67,4 +67,4 @@ jobs:
6767
-H "Authorization: Bearer ${GIST_TOKEN}" \
6868
-H "X-GitHub-Api-Version: 2022-11-28" \
6969
https://api.github.com/gists/${GIST_ID} \
70-
-d '{"files":{${JSON_FILE}:{"content":${JSON_CONTENT}}}}'
70+
-d '{"files":{$JSON_FILE:{"content":$JSON_CONTENT}}}'

0 commit comments

Comments
 (0)