test
Some checks failed
repod / xml (push) Successful in 18s
repod / php (push) Successful in 55s
repod / nodejs (push) Successful in 1m57s
repod / release (push) Failing after 2m38s

This commit is contained in:
Michel Roux 2024-01-15 22:22:38 +01:00
parent 414ffebcff
commit 6f59091d31

View File

@ -79,7 +79,7 @@ jobs:
with: with:
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,400
headers: '{ "Authorization": "Token <<<${{ secrets.TOKEN }}>>>" }' headers: '{ "Authorization": "Token <<<${{ secrets.TOKEN }}>>>" }'
data: '{ "download": "https://git.crystalyx.net/Xefir/repod/releases/download/latest/repod.tar.gz", "signature": "<<<${{ steps.dist.outputs.SIGNATURE }}>>>" }' data: '{ "download": "https://git.crystalyx.net/Xefir/repod/releases/download/latest/repod.tar.gz", "signature": "<<<${{ steps.dist.outputs.SIGNATURE }}>>>" }'
- run: echo ${{ steps.api.outputs.data }} - run: echo ${{ steps.api.outputs.data }}