Skip to content

Commit

Permalink
Add missing end of quote...
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 18, 2023
1 parent 7ca9a4b commit 9f9ca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }} \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/stevana/stevana.github.io/dispatches \
-d '{"event_type":"dependency_update","client_payload":{}}'

0 comments on commit 9f9ca26

Please sign in to comment.