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 1306927 commit c92551dCopy full SHA for c92551d
.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 "$JSON_CONTENT"
+ -d '{"files":{"$JSON_FILE":{"content":"$JSON_CONTENT"}}}'
0 commit comments