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
Utilizing this action with only persons as an input parameter will result in the YAML scheme validation error: Missing required input 'teams'.
Considering that the action returns a runtime error when neither teams nor persons is set (Please specify 'teams' and/or 'persons'), I suggest making both input parameters optional (required: false). I am more than happy to open a PR if this is an acceptable solution.
The text was updated successfully, but these errors were encountered:
The introduction of the VSCode GitHub Actions extension allows us to perform direct validation of workflows.
Utilizing this action with only
persons
as an input parameter will result in the YAML scheme validation error:Missing required input 'teams'
.Considering that the action returns a runtime error when neither
teams
norpersons
is set (Please specify 'teams' and/or 'persons'
), I suggest making both input parameters optional (required: false
). I am more than happy to open a PR if this is an acceptable solution.The text was updated successfully, but these errors were encountered: