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 be20726 commit 1306927Copy full SHA for 1306927
.github/workflows/check-version.yml
@@ -70,7 +70,7 @@ jobs:
70
curl -L \
71
-X PATCH \
72
-H "Accept: application/vnd.github+json" \
73
- -H "Authorization: Bearer $GIST_TOKEN" \
+ -H "Authorization: Bearer ${GIST_TOKEN}" \
74
-H "X-GitHub-Api-Version: 2022-11-28" \
75
- https://api.github.com/gists/$GIST_ID \
+ https://api.github.com/gists/${GIST_ID} \
76
-d "$JSON_CONTENT"
0 commit comments