We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a561c4d commit 99853bfCopy full SHA for 99853bf
.github/workflows/main-pr-merge-workflow.yaml
@@ -35,6 +35,7 @@ jobs:
35
script: |
36
const jsonOutputs = ${{toJson(steps.release_action_plan.outputs)}};
37
console.log('Outputs:', jsonOutputs);
38
+ core.setOutput('all_outputs', jsonOutputs);
39
40
build_and_release:
41
needs: prepare_release
0 commit comments