From e3fc5d85eca554c99b9ddf3c7984de9c52d6bd23 Mon Sep 17 00:00:00 2001 From: Kotaro Yoshimoto Date: Fri, 28 Jul 2023 20:50:34 +0900 Subject: [PATCH] Update dispatch-sim-evaluation-tools.yaml --- .github/workflows/dispatch-sim-evaluation-tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-sim-evaluation-tools.yaml b/.github/workflows/dispatch-sim-evaluation-tools.yaml index bf771bc05f2ac..7e594097242fd 100644 --- a/.github/workflows/dispatch-sim-evaluation-tools.yaml +++ b/.github/workflows/dispatch-sim-evaluation-tools.yaml @@ -22,4 +22,4 @@ jobs: -H "Authorization: token ${{ steps.generate-token.outputs.token }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ "https://api.github.com/repos/tier4/sim_evaluation_tools_test/dispatches" \ - -d '{"event_type":"pull_request_notification","client_payload":{"config":"autoware","pr":"${{ toJSON(github.event.pull_request) }}" }}' + -d '{"event_type":"pull_request_notification","client_payload":{"config":"autoware","pr":"${{ github.event.pull_request }}" }}'