You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.yml:7:15: input type of workflow_dispatch event must be one of "string", "boolean", "choice", "environment" but got "number" [syntax-check]
|
7 | type: number
| ^~~~~~
Actionlint version:
🐧 actionlint --version
v1.6.25
installed by building from source
built with go1.20.4 compiler for linux/amd64
Example workflow:
I receive this lint:
Actionlint version:
This is not correct,
number
is valid for the input type. See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputsinput_idtype. Github also accepts the input just fine.(more than happy to work on this myself, just filing an issue so I don't forget!)
The text was updated successfully, but these errors were encountered: