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 60cd684 commit 6331a71Copy full SHA for 6331a71
.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