Skip to content

Commit

Permalink
build fails if static-sites trigger fails
Browse files Browse the repository at this point in the history
  • Loading branch information
erosson committed May 27, 2024
1 parent 29087b6 commit c612dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Trigger combined static-site build and deploy
# https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-a-repository-dispatch-event
run: |
curl -L \
curl -L --fail-with-body \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GH_TOKEN_INFRA_BUILD_DOCKER_IMAGE" \
Expand Down

0 comments on commit c612dbb

Please sign in to comment.