From e55886a0df39d7e4c7414b60488e43a163801ff2 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 26 May 2024 12:34:48 +0200 Subject: [PATCH] CI: fix #4 --- .forgejo/workflows/webhook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/webhook.yml b/.forgejo/workflows/webhook.yml index 9107b68..5c8e9eb 100644 --- a/.forgejo/workflows/webhook.yml +++ b/.forgejo/workflows/webhook.yml @@ -9,9 +9,9 @@ jobs: steps: - run: | apk add ca-certificates curl - curl -v -X POST -H 'Content-Type: application/json' --data '{ + curl -D - --fail-with-body -X POST -H 'Content-Type: application/json' --data '{ "commit": "${{github.sha}}", "ref": "${{github.ref}}", "default-branch": "main" - }' 'https://$token:${{secrets.quay_token}}@quay.io/webhooks/push/trigger/48d15dc7-ef9a-45bd-83e6-e1714c73dca6' + }' 'https://$token:${{secrets.quay_token}}@quay.io/webhooks/push/trigger/f21fe844-3a4b-43b0-a92f-7871d7d7ea68' shell: ash -eo pipefail {0}