File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,14 @@ jobs:
73
73
echo "Latest release: ${LATEST}"
74
74
echo "Base: ${{ github.event.pull_request.base.sha }}"
75
75
COMMAND="git log --pretty=oneline ${LATEST}..${{ github.event.pull_request.base.sha }}"
76
- gh pr comment ${{ github.event.pull_request.number }} --body \
77
- "Alpha release created: \`${{ steps.version.outputs.version }}\` \
78
- \n\n \
79
- ⚠️ **Note:** This release was created from the \`HEAD\` of this branch so it may \
80
- contain commits that have landed in \`dev\` but have not been released yet \
76
+ echo -e \
77
+ "Alpha release created: \`${{ steps.version.outputs.version }}\`\n\n\
78
+ ⚠️ **Note:** This release was created from the \`HEAD\` of this branch so it \
79
+ may contain commits that have landed in \`dev\` but have not been released yet \
81
80
depending on when this branch was created. You can run the following command \
82
- to see the commits that may not have been released yet: \
83
- \n\n \
84
- \`\`\`bash \
85
- ${COMMAND} \
86
- \`\`\`"
81
+ to see the commits that may not have been released yet:\n\n \
82
+ \`\`\`bash \
83
+ ${COMMAND} \
84
+ \`\`\`" \
85
+ | gh pr comment ${{ github.event.pull_request.number }} --body-file -
87
86
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}
You can’t perform that action at this time.
0 commit comments