Skip to content

Commit bac2094

Browse files
committed
fix: YAML Issues
1 parent 22a80d3 commit bac2094

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

.github/workflows/upsteam-sync.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)