We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94a188 commit a48b6d6Copy full SHA for a48b6d6
.github/workflows/main-pr-merge-workflow.yaml
@@ -34,11 +34,10 @@ jobs:
34
with:
35
script: |
36
const outputs = ${{steps.release_action_plan.outputs}};
37
+ console.log('Outputs:', outputs);
38
const jsonOutputs = JSON.stringify(outputs);
39
40
core.setOutput('all_outputs', jsonOutputs);
- - name: Debug all outputs
- run: |
41
- echo "All outputs set to: ${{ steps.set_all_outputs.outputs.all_outputs }}"
42
43
# build_and_release:
44
# needs: prepare_release
0 commit comments