Skip to content

Commit c830b89

Browse files
authored
Update trigger-agent-toolkit-update.yaml
1 parent 2cd11b1 commit c830b89

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
@@ -15,5 +15,5 @@ jobs:
1515
-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 \
18-
-d '{"event_type": "sdk-pr-merged", "client_payload": {"pr_number": ${{ github.event.pull_request.number }}}}'
18+
-d '{"event_type": "sdk-context-update", "client_payload": {"pr_number": ${{ github.event.pull_request.number }}}}'
1919

0 commit comments

Comments
 (0)