Skip to content

Commit c253835

Browse files
committed
Remove escape characters from the update message.
1 parent 6710cf5 commit c253835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template-check-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
run: |
4646
gh issue --repo ${{ github.repository }} \
4747
create --title "Template update" \
48-
--body "The template has been updated.\n\nPlease run \`copier update\` in your local copy, review the changes, and merge them into the repository.\n\nIf you need help, refer to the \`clio\` documentation or reach out to the calliope project team."
48+
--body "A new version of the template has been published. Please update this project using \`copier update --skip-answered --defaults\` and review changes. If you need help, refer to the \`clio\` documentation or reach out to the calliope project team."
4949
env:
5050
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)