We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e079ca2 commit cccaf5aCopy full SHA for cccaf5a
.github/workflows/build-deploy.yml
@@ -10,4 +10,4 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Run build hook
13
- run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK }}
+ run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK }}
0 commit comments