Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek committed Mar 20, 2023
1 parent 2cb5213 commit 4f8dabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function mustGetEnvOrInput(envVar: string, inputName: string): string {
function getBooleanInput(
name: string,
options?: core.InputOptions,
defaultValue: boolean = false
defaultValue = false
): boolean {
try {
return core.getBooleanInput(name, options)
Expand Down

0 comments on commit 4f8dabf

Please # to comment.