From 6df1ed7cf1cce09993e1a5e08ce461ea85249e81 Mon Sep 17 00:00:00 2001 From: Rohit Garg <94362529+0xrohitgarg@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:29:04 +0530 Subject: [PATCH] Update trigger-agent-toolkit-update.yaml --- .github/workflows/trigger-agent-toolkit-update.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/trigger-agent-toolkit-update.yaml b/.github/workflows/trigger-agent-toolkit-update.yaml index 2cf3f7b..8333fb4 100644 --- a/.github/workflows/trigger-agent-toolkit-update.yaml +++ b/.github/workflows/trigger-agent-toolkit-update.yaml @@ -15,4 +15,5 @@ jobs: -H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/video-db/agent-toolkit/dispatches \ - -d '{"event_type": "sdk-pr-merged", "client_payload": {"pr_number": ${{ github.event.pull_request.number }}}}' \ No newline at end of file + -d '{"event_type": "sdk-pr-merged", "client_payload": {"pr_number": ${{ github.event.pull_request.number }}}}' +