realm / aws-devicefarm

Github action for triggering runs on AWS devicefarm
MIT License
17 stars 10 forks source link

Use getBooleanInput for bool inputs #11

Open bwachter opened 1 year ago

bwachter commented 1 year ago

Githubs javascript bindings nowadays support reading booleans via getBooleanInput. Inputs expecting bools should now be marked as such in action.yml, and reading those inputs changed in javascript.