Skip to content

Commit 6d052ad

Browse files
committed
chore: add quotes
1 parent 60748da commit 6d052ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
gh pr create \
6363
--title "🚀 Release ${{ env.VERSION }}" \
64-
--body: |
64+
--body '
6565
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
6666
6767
### 🔍 Changes Include:
@@ -73,7 +73,7 @@ jobs:
7373
- [ ] Documentation updated
7474
- [ ] Docker images built and tested
7575
76-
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
76+
> 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions)' \
7777
--base main \
7878
--head canary \
7979
--draft \

0 commit comments

Comments
 (0)