Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGhiya committed Mar 12, 2024
1 parent a7cfa3a commit ad01b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-pr-merge-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/github-script@v5
with:
script: |
const allOutputs = ${{ steps.release_action_plan.outputs }};
const allOutputs = ${{toJson(steps.release_action_plan.outputs)}};
console.log("all outputs",allOutputs);
const pathsReleased = JSON.parse('${{ steps.release_action_plan.outputs.paths_released }}');
console.log("pathsReleased",pathsReleased);
Expand Down

0 comments on commit ad01b5f

Please sign in to comment.