Skip to content

Commit cccaf5a

Browse files
committed
update hook url
1 parent e079ca2 commit cccaf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Run build hook
13-
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK }}
13+
run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK }}

0 commit comments

Comments
 (0)