Skip to content

Commit

Permalink
fix: Using boolean instead of bool
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Jan 13, 2024
1 parent 6bcd3ed commit 5ebbbd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
fail-fast:
description: Fail Fast on the jobs
required: true
type: bool
type: boolean
outputs:
win-artefact-path:
description: Path to the stored artefact folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
fail-fast:
description: Fail Fast on the jobs
required: true
type: bool
type: boolean

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
fail-fast:
description: Fail Fast on the jobs
required: true
type: bool
type: boolean

jobs:

Expand Down

0 comments on commit 5ebbbd6

Please sign in to comment.