Skip to content

Commit db77d0e

Browse files
committed
BEtter type handling for boolean
1 parent ae9c441 commit db77d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
call_worker:
4242
uses: ./.github/workflows/worker.yml
4343
with:
44-
boolean: ${{ inputs.boolean }}
44+
boolean: ${{ inputs.boolean == 'true' }}
4545
number: ${{ inputs.number }}
4646
string: ${{ inputs.string }}
4747
optional: ${{ inputs.optional }}

0 commit comments

Comments
 (0)