We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb586ab commit 3873803Copy full SHA for 3873803
.github/workflows/default.yml
@@ -37,8 +37,8 @@ jobs:
37
runs-on: ubuntu-latest
38
39
outputs:
40
- boolean: ${{ steps.inputs.outputs.boolean }}
41
- number: ${{ steps.inputs.outputs.number }}
+ boolean: ${{ fromJson(steps.inputs.outputs.boolean) }}
+ number: ${{ fromJson(steps.inputs.outputs.number) }}
42
string: ${{ steps.inputs.outputs.string }}
43
optional: ${{ steps.inputs.outputs.optional }}
44
0 commit comments