File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed
Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -41,25 +41,22 @@ jobs:
4141 else
4242 echo "No existing PR found. Creating new PR..."
4343
44- # Create PR body using here-document to avoid YAML issues
45- PR_BODY=$(cat <<'EOF'
46- # # Upstream Sync
44+ # Create PR body
45+ PR_BODY="## Upstream Sync
4746
48- This PR contains the latest changes from the upstream repository.
47+ This PR contains the latest changes from the upstream repository.
4948
50- **Changes included:**
51- - Synced from upstream/main
52- - Auto-generated by upstream sync workflow
49+ **Changes included:**
50+ - Synced from upstream/main
51+ - Auto-generated by upstream sync workflow
5352
54- **Review checklist:**
55- - [ ] Review the changes for any breaking changes
56- - [ ] Check for conflicts with local modifications
57- - [ ] Verify tests pass (if applicable)
53+ **Review checklist:**
54+ - [ ] Review the changes for any breaking changes
55+ - [ ] Check for conflicts with local modifications
56+ - [ ] Verify tests pass (if applicable)
5857
59- ---
60- *This PR was automatically created by the upstream sync workflow*
61- EOF
62- )
58+ ---
59+ *This PR was automatically created by the upstream sync workflow*"
6360
6461 gh pr create \
6562 --base main \
You can’t perform that action at this time.
0 commit comments