File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6464 CLEAN_GEN_BRANCH="${{ steps.check-branches.outputs.clean_gen_branch }}"
6565
6666 # Create PR body
67- PR_BODY="# SDK Generation with Resolved Conflicts
67+ PR_BODY=$(cat <<EOF
68+ # SDK Generation with Resolved Conflicts
6869
6970This PR contains the successfully generated SDK with custom code conflicts resolved.
7071
@@ -81,10 +82,12 @@ This PR contains the successfully generated SDK with custom code conflicts resol
8182
82831. Review the changes in this PR
83842. Verify all conflicts were properly resolved
84- 3. Merge to \ `main\ ` to complete the SDK update
85+ 3. Merge to `main` to complete the SDK update
8586
8687---
87- 🤖 This PR was created automatically after conflict resolution"
88+ This PR was created automatically after conflict resolution
89+ EOF
90+ )
8891
8992 # Create the PR
9093 gh pr create \
You can’t perform that action at this time.
0 commit comments