Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ci): add dispatch-sim-evaluation-tools.yaml #696

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
Update dispatch-sim-evaluation-tools.yaml
  • Loading branch information
HansRobo authored Jul 28, 2023
commit 42236cc71fad681d0325b350d6cc7c6ff00e421d
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-sim-evaluation-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}" }}'
Loading