Skip to content

Commit 01ce7e4

Browse files
Merge pull request #831 from TineoC/fix/netlify-periodic-build-status-check
fix: fail netlify periodic-build workflow loudly on hook failure
2 parents 2fb322a + ea6e31b commit 01ce7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/netlify-periodic-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
contents: none
1212
steps:
1313
- name: Trigger webhook on netlify
14-
run: curl -s -X POST "https://api.netlify.com/build_hooks/${TOKEN}"
14+
run: curl -sS -f -X POST "https://api.netlify.com/build_hooks/${TOKEN}"
1515
env:
1616
TOKEN: ${{ secrets.NETLIFY_BUILD_HOOK_KEY }}

0 commit comments

Comments
 (0)