Skip to content

Commit a48b6d6

Browse files
committed
fix: workflow
1 parent d94a188 commit a48b6d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main-pr-merge-workflow.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ jobs:
3434
with:
3535
script: |
3636
const outputs = ${{steps.release_action_plan.outputs}};
37+
console.log('Outputs:', outputs);
3738
const jsonOutputs = JSON.stringify(outputs);
39+
console.log('Outputs:', outputs);
3840
core.setOutput('all_outputs', jsonOutputs);
39-
- name: Debug all outputs
40-
run: |
41-
echo "All outputs set to: ${{ steps.set_all_outputs.outputs.all_outputs }}"
4241
4342
# build_and_release:
4443
# needs: prepare_release

0 commit comments

Comments
 (0)