From 6d052ad455c8636eff2de1d47a8ccd25c6fd63e8 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 19 Jan 2025 10:47:04 -0600 Subject: [PATCH] chore: add quotes --- .github/workflows/create-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index 5072cbf54..dfb6a2e92 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 \