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 d81e53f commit 60d44b4Copy full SHA for 60d44b4
.github/workflows/check-version.yml
@@ -67,4 +67,4 @@ jobs:
67
-H "Authorization: Bearer ${GIST_TOKEN}" \
68
-H "X-GitHub-Api-Version: 2022-11-28" \
69
https://api.github.com/gists/${GIST_ID} \
70
- -d '{"files":{${JSON_FILE}:{"content":${JSON_CONTENT}}}}'
+ -d '{"files":{$JSON_FILE:{"content":$JSON_CONTENT}}}'
0 commit comments