ci: remove useless content-type
Some checks failed
repod / xml (push) Successful in 32s
repod / php (push) Successful in 49s
repod / nodejs (push) Successful in 1m47s
repod / release (push) Failing after 2m29s

This commit is contained in:
Michel Roux 2024-01-15 18:36:57 +01:00
parent cc9e687c8d
commit 81533d6485

View File

@ -74,5 +74,4 @@ jobs:
method: POST method: POST
accept: 200,201 accept: 200,201
headers: '{ "Authorization": "Token <<<${{ secrets.TOKEN }}>>>" }' headers: '{ "Authorization": "Token <<<${{ secrets.TOKEN }}>>>" }'
content-type: application/json
data: '{ "download": "https://git.crystalyx.net/Xefir/repod/releases/download/latest/repod.tar.gz", "signature": "<<<${{ secrets.SIGNATURE }}>>>" }' data: '{ "download": "https://git.crystalyx.net/Xefir/repod/releases/download/latest/repod.tar.gz", "signature": "<<<${{ secrets.SIGNATURE }}>>>" }'