Skip to content

Commit 4f11fc2

Browse files
committed
chore: remove spaces
1 parent 6d052ad commit 4f11fc2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/create-pr.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ jobs:
6262
gh pr create \
6363
--title "🚀 Release ${{ env.VERSION }}" \
6464
--body '
65-
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
65+
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
6666
67-
### 🔍 Changes Include:
68-
- Version bump to ${{ env.VERSION }}
69-
- All changes from canary branch
67+
### 🔍 Changes Include:
68+
- Version bump to ${{ env.VERSION }}
69+
- All changes from canary branch
7070
71-
### ✅ Pre-merge Checklist:
72-
- [ ] All tests passing
73-
- [ ] Documentation updated
74-
- [ ] Docker images built and tested
71+
### ✅ Pre-merge Checklist:
72+
- [ ] All tests passing
73+
- [ ] Documentation updated
74+
- [ ] 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)