Skip to content

Commit 3873803

Browse files
committed
typeify values
1 parent eb586ab commit 3873803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
runs-on: ubuntu-latest
3838

3939
outputs:
40-
boolean: ${{ steps.inputs.outputs.boolean }}
41-
number: ${{ steps.inputs.outputs.number }}
40+
boolean: ${{ fromJson(steps.inputs.outputs.boolean) }}
41+
number: ${{ fromJson(steps.inputs.outputs.number) }}
4242
string: ${{ steps.inputs.outputs.string }}
4343
optional: ${{ steps.inputs.outputs.optional }}
4444

0 commit comments

Comments
 (0)