From f7f16e3cf99b22d1636f23a67efb07a9f9e7728f Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Thu, 3 Apr 2025 14:14:44 +0530 Subject: [PATCH] fix github action formatting --- .github/workflows/trigger-agent-toolkit-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-agent-toolkit-update.yaml b/.github/workflows/trigger-agent-toolkit-update.yaml index 9d79788..2cf3f7b 100644 --- a/.github/workflows/trigger-agent-toolkit-update.yaml +++ b/.github/workflows/trigger-agent-toolkit-update.yaml @@ -12,7 +12,7 @@ jobs: - name: Trigger Agent Toolkit Update workflow via repository_dispatch run: | curl -X POST -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ secrets.AGENT_TOOLKIT_TOKEN}}" \ + -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