ci: fix missing brakets
Some checks failed
repod / xml (push) Successful in 30s
repod / php (push) Successful in 46s
repod / nodejs (push) Successful in 1m40s
repod / release (push) Failing after 2m23s

This commit is contained in:
Michel Roux 2024-01-15 18:26:00 +01:00
parent 9b6319cf89
commit cc9e687c8d

View File

@ -73,6 +73,6 @@ jobs:
url: https://apps.nextcloud.com/api/v1/apps/releases url: https://apps.nextcloud.com/api/v1/apps/releases
method: POST method: POST
accept: 200,201 accept: 200,201
headers: '{ "Authorization": "Token <<<${ secrets.TOKEN }>>>" }' headers: '{ "Authorization": "Token <<<${{ secrets.TOKEN }}>>>" }'
content-type: application/json 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 }}>>>" }'