We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60748da commit 6d052adCopy full SHA for 6d052ad
.github/workflows/create-pr.yml
@@ -61,7 +61,7 @@ jobs:
61
62
gh pr create \
63
--title "🚀 Release ${{ env.VERSION }}" \
64
- --body: |
+ --body '
65
This PR promotes changes from `canary` to `main` for version ${{ env.VERSION }}.
66
67
### 🔍 Changes Include:
@@ -73,7 +73,7 @@ jobs:
73
- [ ] Documentation updated
74
- [ ] Docker images built and tested
75
76
- > 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions) \
+ > 🤖 This PR was automatically generated by [GitHub Actions](https://github.com/actions)' \
77
--base main \
78
--head canary \
79
--draft \
0 commit comments