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 17937d8 commit b45d382Copy full SHA for b45d382
.github/workflows/on_opened_pr.yml
@@ -30,7 +30,7 @@ jobs:
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
# Maintenance: convert into a standalone JS like post_release.js
32
script: |
33
- const prBody = ${{ needs.get_pr_details.outputs.prBody }};
+ const prBody = "${{ needs.get_pr_details.outputs.prBody }}";
34
const prNumber = ${{ needs.get_pr_details.outputs.prNumber }};
35
const blockLabel = process.env.BLOCK_LABEL;
36
const blockReasonLabel = process.env.BLOCK_REASON_LABEL;
0 commit comments