There was an error while loading. Please reload this page.
core.getBooleanInput()
Right now we core.getInput() and parse it with Boolean(). I learned that @actions/core now has a dedicated method for it.
core.getInput()
Boolean()
@actions/core
create-github-app-token/main.js
Lines 33 to 35 in f577941