diff --git a/.github/workflows/dispatch-sim-evaluation-tools.yaml b/.github/workflows/dispatch-sim-evaluation-tools.yaml index 0c6eabbb6b4ec..bf771bc05f2ac 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":{"branch_name":"${{ github.event.pull_request.head.ref }}","pr":"${{ toJSON(github.event.pull_request) }}" }}' + -d '{"event_type":"pull_request_notification","client_payload":{"config":"autoware","pr":"${{ toJSON(github.event.pull_request) }}" }}'