We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9a525 commit 8b0bca2Copy full SHA for 8b0bca2
.github/workflows/check-version.yml
@@ -73,4 +73,4 @@ jobs:
73
-H "Authorization: Bearer ${GIST_TOKEN}" \
74
-H "X-GitHub-Api-Version: 2022-11-28" \
75
https://api.github.com/gists/${GIST_ID} \
76
- -d '{"files":{"$JSON_FILE":{"content":"$JSON_CONTENT"}}}'
+ -d "{\"files\":{\"${JSON_FILE}\":{\"content\":${JSON_CONTENT}}}}"
0 commit comments