use core.getBooleanInput()
to retrieve boolean input values
#216
Labels
core.getBooleanInput()
to retrieve boolean input values
#216
Right now we
core.getInput()
and parse it withBoolean()
. I learned that@actions/core
now has a dedicated method for it.create-github-app-token/main.js
Lines 33 to 35 in f577941
The text was updated successfully, but these errors were encountered: