Skip to content

Commit

Permalink
typeify values
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jun 25, 2024
1 parent eb586ab commit 3873803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
runs-on: ubuntu-latest

outputs:
boolean: ${{ steps.inputs.outputs.boolean }}
number: ${{ steps.inputs.outputs.number }}
boolean: ${{ fromJson(steps.inputs.outputs.boolean) }}
number: ${{ fromJson(steps.inputs.outputs.number) }}
string: ${{ steps.inputs.outputs.string }}
optional: ${{ steps.inputs.outputs.optional }}

Expand Down

0 comments on commit 3873803

Please sign in to comment.