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 e7a7450 commit 6736a11Copy full SHA for 6736a11
dev/docker.sh
@@ -24,8 +24,9 @@ push_readme() {
24
fi
25
26
local code=$(curl -s -o /dev/null -L -w "%{http_code}" \
27
- -X PATCH --data-urlencode \
28
- full_description@${input_file} \
+ -X PATCH \
+ --data-urlencode full_description@${input_file} \
29
+ -H "Content-Type: application/json" \
30
-H "Authorization: JWT ${token}" \
31
${API_URL}/repositories/"${image}"/)
32
0 commit comments