Customer developed an action with dynamic inputs, when specify inputs which not mentioned in action.yml, warning will show on logs:
##[warning]Unexpected input 'service', valid inputs are ['file']
Is there a way to avoid this warning? The issue is also happened in octokit/request-action .
There is the ticket in community forum.