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
When the workflow is run I get this warning: Unexpected input(s) 'check-name', valid inputs are ['entryPoint', 'args', 'clj-kondo-args', 'github_token']
And indeed the action reports cli-kondo's report with the default name "clj-kondo check" instead of the check name I configured.
The text was updated successfully, but these errors were encountered:
I've configured the action in a workflow like so:
When the workflow is run I get this warning:
Unexpected input(s) 'check-name', valid inputs are ['entryPoint', 'args', 'clj-kondo-args', 'github_token']
And indeed the action reports cli-kondo's report with the default name "clj-kondo check" instead of the check name I configured.
The text was updated successfully, but these errors were encountered: