-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
The action throws "Error: not found" when event_type_suffix is an empty string in json config input, however it is works fine when event_type_suffix is an empty string in the standard yaml configuration
Example Failed config
{
"command": "hello-workflow-command",
"event_type_suffix": "",
"permission": "none",
"issue_type": "issue",
"repository": "peter-evans/slash-command-dispatch-processor",
"static_args": [
"repository=${{ github.repository }}",
"comment-id=${{ github.event.comment.id }}",
"issue-number=${{ github.event.issue.number }}",
"actor=${{ github.actor }}"
],
"dispatch_type": "workflow"
}
Metadata
Metadata
Assignees
Labels
No labels