Skip to content

Commit

Permalink
use getBooleanInput
Browse files Browse the repository at this point in the history
  • Loading branch information
imranismail committed Oct 16, 2022
1 parent 1c8087b commit 2b64028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer.ts
Expand Up @@ -11,7 +11,7 @@ let tempDirectory = process.env['RUNNER_TEMPDIRECTORY'] || ''
const EnhancedOctokit = GitHub.plugin(throttling)

const githubToken = core.getInput('github-token')
const failFast = core.getInput('fail-fast') === 'true' ? true : false
const failFast = core.getBooleanInput('fail-fast')

let options: OctokitOptions = {
throttle: {
Expand Down

0 comments on commit 2b64028

Please sign in to comment.