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 ba84990 commit 68d32e7Copy full SHA for 68d32e7
.github/workflows/release-stage-2-alpha.yml
@@ -79,8 +79,8 @@ jobs:
79
may contain commits that have landed in \`dev\` but have not been released yet \
80
depending on when this branch was created. You can run the following command \
81
to see the commits that may not have been released yet:\n\n\
82
- \`\`\`bash\
83
- ${COMMAND}\
+ \`\`\`bash\n\
+ ${COMMAND}\n\
84
\`\`\`" \
85
| gh pr comment ${{ github.event.pull_request.number }} --body-file -
86
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}
0 commit comments