There was an error while loading. Please reload this page.
1 parent 74a09c5 commit dc8c926Copy full SHA for dc8c926
.github/workflows/deploy.yml
@@ -14,6 +14,6 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Call Netlify build hook
17
- with:
+ env:
18
HOOK_URL: ${{ secrets.NETLIFY_BUILD_TRIGGER_HOOK }}
19
run: curl -X POST -d '{}' $HOOK_URL
0 commit comments