chore: add quotes

This commit is contained in:
Mauricio Siu
2025-01-19 10:47:04 -06:00
parent 60748da144
commit 6d052ad455

View File

@@ -61,7 +61,7 @@ jobs:
gh pr create \ gh pr create \
--title "🚀 Release ${{ env.VERSION }}" \ --title "🚀 Release ${{ env.VERSION }}" \
--body: | --body '
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}. This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
### 🔍 Changes Include: ### 🔍 Changes Include:
@@ -73,7 +73,7 @@ jobs:
- [ ] Documentation updated - [ ] Documentation updated
- [ ] Docker images built and tested - [ ] 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 \ --base main \
--head canary \ --head canary \
--draft \ --draft \