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 5d0b99c commit 99b468fCopy full SHA for 99b468f
.github/workflows/deploy.yaml
@@ -13,4 +13,4 @@ jobs:
13
steps:
14
- name: Trigger deploy
15
run: |
16
- curl --fail-with-body -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"
+ curl --fail-with-body --silent --show-error -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"
0 commit comments