diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index 5072cbf5..dfb6a2e9 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -61,7 +61,7 @@ jobs: gh pr create \ --title "🚀 Release ${{ env.VERSION }}" \ - --body: | + --body ' This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}. ### 🔍 Changes Include: @@ -73,7 +73,7 @@ jobs: - [ ] Documentation updated - [ ] Docker images built and tested - > 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \ + > 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions)' \ --base main \ --head canary \ --draft \