Skip to content

Commit 248e025

Browse files
authored
ci(cd): fix json contents
1 parent 8b0bca2 commit 248e025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
GIST_ID: 8d98acc3c934ff9dc191a0131135c4cb
6666
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}
6767
run: |
68-
JSON_CONTENT=$(jq -c . < $JSON_FILE)
68+
JSON_CONTENT=$(jq -Rs . < $JSON_FILE)
6969
echo $JSON_CONTENT
7070
curl -L \
7171
-X PATCH \

0 commit comments

Comments
 (0)