We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9c441 commit db77d0eCopy full SHA for db77d0e
1 file changed
.github/workflows/default.yml
@@ -41,7 +41,7 @@ jobs:
41
call_worker:
42
uses: ./.github/workflows/worker.yml
43
with:
44
- boolean: ${{ inputs.boolean }}
+ boolean: ${{ inputs.boolean == 'true' }}
45
number: ${{ inputs.number }}
46
string: ${{ inputs.string }}
47
optional: ${{ inputs.optional }}
0 commit comments