Skip to content

Commit 86763c5

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

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/generate-newsletter.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,4 @@ jobs:
5555
env:
5656
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
run: |
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 }}`.
60-
61-
You can now:
62-
1. Open the branch in VS Code using GitFlow (`feature/newsletter-${{ steps.vars.outputs.year }}-${{ steps.vars.outputs.month_num }}`)
63-
2. Edit and review the draft
64-
3. Open a PR into `develop` when ready
65-
'
58+
gh issue comment ${{ github.event.issue.number }} --body "Draft file created for **${{ steps.vars.outputs.month }} ${{ steps.vars.outputs.year }}** at \`${{ steps.vars.outputs.filename }}\` in branch \`${{ steps.vars.outputs.branch }}\`.\n\nYou can now:\n1. Open the branch in VS Code using GitFlow (\`feature/newsletter-${{ steps.vars.outputs.year }}-${{ steps.vars.outputs.month_num }}\`)\n2. Edit and review the draft\n3. Open a PR into \`develop\` when ready"

0 commit comments

Comments
 (0)