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 3873803 commit b427f91Copy full SHA for b427f91
.github/workflows/default.yml
@@ -58,7 +58,7 @@ jobs:
58
needs: context
59
uses: ./.github/workflows/worker.yml
60
with:
61
- boolean: ${{ needs.context.outputs.boolean }}
62
- number: ${{ needs.context.outputs.number }}
+ boolean: ${{ fromJson(needs.context.outputs.boolean) }}
+ number: ${{ fromJson(needs.context.outputs.number) }}
63
string: ${{ needs.context.outputs.string }}
64
optional: ${{ needs.context.outputs.optional }}
0 commit comments