File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6363 run : |
6464 CLEAN_GEN_BRANCH="${{ steps.check-branches.outputs.clean_gen_branch }}"
6565
66- # Create PR body
67- PR_BODY=$( cat <<EOF
66+ # Create PR body file
67+ cat > pr_body.md <<EOF
6868# SDK Generation with Resolved Conflicts
6969
7070This PR contains the successfully generated SDK with custom code conflicts resolved.
@@ -82,17 +82,16 @@ This PR contains the successfully generated SDK with custom code conflicts resol
8282
83831. Review the changes in this PR
84842. Verify all conflicts were properly resolved
85- 3. Merge to `main` to complete the SDK update
85+ 3. Merge to \ `main\ ` to complete the SDK update
8686
8787---
8888This PR was created automatically after conflict resolution
8989EOF
90- )
9190
9291 # Create the PR
9392 gh pr create \
9493 --repo ${{ github.repository }} \
9594 --head "$CLEAN_GEN_BRANCH" \
9695 --base main \
9796 --title "✅ SDK Update with Resolved Conflicts" \
98- --body "$PR_BODY"
97+ --body-file pr_body.md
You can’t perform that action at this time.
0 commit comments