We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e844111 commit 5d0b99cCopy full SHA for 5d0b99c
.github/workflows/deploy.yaml
@@ -13,4 +13,4 @@ jobs:
13
steps:
14
- name: Trigger deploy
15
run: |
16
- curl -fsS -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"
+ curl --fail-with-body -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"
0 commit comments