Skip to content

Commit 2b6fd2a

Browse files
committed
curl + --write-out '%{http_code}' --silent --output /dev/null -f
1 parent 92916fb commit 2b6fd2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-plugins.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
JF_URL: ${{ secrets.JF_URL }}
4848
run: >
4949
curl
50+
--write-out '%{http_code}' --silent --output /dev/null -f
5051
-u$JF_CREDENTIALS
5152
-T data/plugins_info.json
5253
"$JF_URL"

0 commit comments

Comments
 (0)