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 4a20393 commit 74a09c5Copy full SHA for 74a09c5
.github/workflows/deploy.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: Call Netlify build hook
17
with:
18
HOOK_URL: ${{ secrets.NETLIFY_BUILD_TRIGGER_HOOK }}
19
- run: curl -X POST -d '{}' $HOOK_URL
+ run: curl -X POST -d '{}' $HOOK_URL
0 commit comments