Warning: Unexpected input(s) 'file-name', 'github-token', valid inputs are ['coverage-file-name']
is shown unless I explicitly re-declare every param the core action supports (currently 8 params) in every "child" action.
This doesn't prevent those params from working, but the warning is annoying because it makes it seems like something is wrong, even though these are valid params inherited from action-badges/core and will be respected. Is there any way to work around this?
If I make a new javascript action, a warning like
is shown unless I explicitly re-declare every param the core action supports (currently 8 params) in every "child" action.
This doesn't prevent those params from working, but the warning is annoying because it makes it seems like something is wrong, even though these are valid params inherited from action-badges/core and will be respected. Is there any way to work around this?