ActionsCreateWorkflowDispatchEndpoint Type does not allow workflow_id to be string #155
Labels
Type: Bug
Something isn't working as documented, or is being fixed
typescript
Relevant to TypeScript users only
What happened?
The ActionsCreateWorkflowDispatchEndpoint type does not allow
workflow_id
to be a string. This disallows specifying a filename as theworkflow_id
as described in the documentation, preventing the following code from compiling:The text was updated successfully, but these errors were encountered: