[BUG]: When using octokit (version: 3.1.2) and using createWorkflowDispatch it creates 2 identic workflows. #2812
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
What happened?
const response = await installation.rest.actions.createWorkflowDispatch( camelCaseToSnakeCase({ owner: config.x, repo: config.y, workflowId: config.id, ref: config.r, inputs: { context: JSON.stringify({}) }, }) );
I'm trying to understand whether or not this could be an issue in the workflow dispatch method.
Versions
Octokit v3.1.2 Node 18
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: