What happened?
The ActionsCreateWorkflowDispatchEndpoint type does not allow workflow_id to be a string. This disallows specifying a filename as the workflow_id as described in the documentation, preventing the following code from compiling:
octokit.actions.createWorkflowDispatch({
owner: ...
repo: ...
ref: ...
workflow_id: 'the-filename.yml'
})