From f66d24dec71966a82f25eb374226a4a40e5cbe53 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Thu, 11 May 2023 12:00:12 +0200 Subject: [PATCH] Update .github/workflows/pr-comment-build-dispatcher.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kai Lüke --- .github/workflows/pr-comment-build-dispatcher.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-comment-build-dispatcher.yaml b/.github/workflows/pr-comment-build-dispatcher.yaml index c8464f02b5..2dac4943af 100644 --- a/.github/workflows/pr-comment-build-dispatcher.yaml +++ b/.github/workflows/pr-comment-build-dispatcher.yaml @@ -28,7 +28,8 @@ jobs: requester: ${{ github.event.comment.user.login }} shell: bash run: | - curl -L --silent \ + set -euo pipefail + curl --fail --show-error -L --silent \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.GH_ACTIONS_ORG_READ }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \