Skip to content

Commit

Permalink
curl + --write-out '%{http_code}' --silent --output /dev/null -f
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Dec 16, 2024
1 parent 92916fb commit 2b6fd2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
JF_URL: ${{ secrets.JF_URL }}
run: >
curl
--write-out '%{http_code}' --silent --output /dev/null -f
-u$JF_CREDENTIALS
-T data/plugins_info.json
"$JF_URL"
Expand Down

0 comments on commit 2b6fd2a

Please sign in to comment.