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