-
Demonstrated in https://github.com/cceckman/actions-syntax.
This seems to parse fine within the UI; the Actions page has the relevant blue bar for triggering Clicking on "Run workflow" just gives a spinner: The network trace for developer tools shows an HTTP 500 response for the URL IIUC, the underlying code has an error - But: I'd expect that to come out as a user-visible error, "The syntax for this dispatch is incorrect", rather than a hang and a 500. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
FWIW, this also shows up from the CLI:
And I can confirm (from another repository) that changing to |
Beta Was this translation helpful? Give feedback.
FWIW, this also shows up from the CLI:
And I can confirm (from another repository) that changing to
workflow_dispatch: {}
fixes the issue.