From adb1683a548f67fac3292c100257652c0052f525 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Fri, 24 Apr 2026 11:22:07 +0300 Subject: [PATCH] chore(ci): remove debug logging from poll-upstream dispatch Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/poll-upstream.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/poll-upstream.yml b/.gitea/workflows/poll-upstream.yml index 7e032b2..108f978 100644 --- a/.gitea/workflows/poll-upstream.yml +++ b/.gitea/workflows/poll-upstream.yml @@ -45,9 +45,7 @@ jobs: - name: Trigger build workflow if: steps.published.outputs.already_built == 'false' run: | - echo "Dispatching build for tag: ${{ steps.upstream.outputs.tag }}" - echo "URL: ${{ github.server_url }}/api/v1/repos/${{ github.repository }}/actions/workflows/build-release.yml/dispatches" - curl --silent --show-error --location \ + curl --fail --silent --show-error --location \ --request POST \ --header "Authorization: token ${{ secrets.DISPATCH_TOKEN }}" \ --header 'Content-Type: application/json' \