Skip to content

Commit a76e30b

Browse files
Update generate-newsletter.yml
1 parent ab5d65b commit a76e30b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/generate-newsletter.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,11 @@ jobs:
5555
env:
5656
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
run: |
58-
gh issue comment ${{ github.event.issue.number }} --body "$(cat <<EOF
59-
Draft file created for **${{ steps.vars.outputs.month }} ${{ steps.vars.outputs.year }}** at \`${{ steps.vars.outputs.filename }}\` in branch \`${{ steps.vars.outputs.branch }}\`.
58+
gh issue comment ${{ github.event.issue.number }} --body '
59+
Draft file created for **${{ steps.vars.outputs.month }} ${{ steps.vars.outputs.year }}** at `${{ steps.vars.outputs.filename }}` in branch `${{ steps.vars.outputs.branch }}`.
6060

6161
You can now:
6262
1. Open the branch in VS Code using GitFlow (`feature/newsletter-${{ steps.vars.outputs.year }}-${{ steps.vars.outputs.month_num }}`)
6363
2. Edit and review the draft
64-
3. Open a PR into \`develop\` when ready
65-
EOF
66-
)"
64+
3. Open a PR into `develop` when ready
65+
'

0 commit comments

Comments
 (0)