Skip to content

Commit dc8c926

Browse files
authored
Fix/deploy action typo (#397)
* 1st try * Added docs * fixed typo * fix
1 parent 74a09c5 commit dc8c926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Call Netlify build hook
17-
with:
17+
env:
1818
HOOK_URL: ${{ secrets.NETLIFY_BUILD_TRIGGER_HOOK }}
1919
run: curl -X POST -d '{}' $HOOK_URL

0 commit comments

Comments
 (0)