Skip to content

Commit

Permalink
Set pipefail in action script
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jul 10, 2024
1 parent 0e537c7 commit 49b5dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger-merge-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Update merge-checks workflow run
if: ${{ !contains(github.event.*.labels.*.name, 'design-approved') }}
run: |
set -x pipefail
if curl -sSL --fail-with-body \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
Expand Down

0 comments on commit 49b5dff

Please sign in to comment.