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 e64ad2a commit ebb2032Copy full SHA for ebb2032
.github/workflows/deploy.yaml
@@ -12,4 +12,4 @@ jobs:
12
steps:
13
- name: trigger deploy
14
run: |
15
- curl -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"
+ curl -sS -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"
0 commit comments