8000 fix github action formatting · video-db/videodb-python@f7f16e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7f16e3

Browse files
committed
fix github action formatting
1 parent 6df33bb commit f7f16e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-agent-toolkit-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Trigger Agent Toolkit Update workflow via repository_dispatch
1313
run: |
1414
curl -X POST -H "Accept: application/vnd.github+json" \
15-
-H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN}}" \
15+
-H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN }}" \
1616
-H "X-GitHub-Api-Version: 2022-11-28" \
1717
https://api.github.com/repos/video-db/agent-toolkit/dispatches \
1818
-d '{"event_type": "sdk-pr-merged", "client_payload": {"pr_number": ${{ github.event.pull_request.number }}}}'

0 commit comments

Comments
 (0)
0