Skip to content

Commit 1306927

Browse files
authored
ci(cd): fix json transmission
1 parent be20726 commit 1306927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
curl -L \
7171
-X PATCH \
7272
-H "Accept: application/vnd.github+json" \
73-
-H "Authorization: Bearer $GIST_TOKEN" \
73+
-H "Authorization: Bearer ${GIST_TOKEN}" \
7474
-H "X-GitHub-Api-Version: 2022-11-28" \
75-
https://api.github.com/gists/$GIST_ID \
75+
https://api.github.com/gists/${GIST_ID} \
7676
-d "$JSON_CONTENT"

0 commit comments

Comments
 (0)