workflow_id with the workflow file name. For example, you could use main.yaml.workflow_dispatch webhook event occurs. The inputs are configured in the workflow file. For more information about how to configure the workflow_dispatch event in the workflow file, see "Events that trigger workflows."repo scope to use this endpoint.curl --location 'https://service1.exmaple.com/repos///actions/workflows//dispatches' \
--header 'Content-Type: application/json' \
--data '{
"ref": "topic-branch",
"inputs": {
"name": "Mona the Octocat",
"home": "San Francisco, CA"
}
}'