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 8b0bca2 commit 248e025Copy full SHA for 248e025
.github/workflows/check-version.yml
@@ -65,7 +65,7 @@ jobs:
65
GIST_ID: 8d98acc3c934ff9dc191a0131135c4cb
66
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}
67
run: |
68
- JSON_CONTENT=$(jq -c . < $JSON_FILE)
+ JSON_CONTENT=$(jq -Rs . < $JSON_FILE)
69
echo $JSON_CONTENT
70
curl -L \
71
-X PATCH \
0 commit comments