Skip to content

Commit b175471

Browse files
committed
Content Sync: Testing the action
1 parent 640125c commit b175471

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/sync-to-astro.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,7 @@ jobs:
9191
# Create the PR using GitHub CLI.
9292
gh pr create \
9393
--title "sync: Update MDX content from Whitepaper" \
94-
--body |
95-
'Automated sync of Whitepaper content to MDX format.
96-
97-
This PR was automatically generated by the sync workflow at https://github.com/apify/actor-whitepaper.
98-
99-
- [ ] Review content changes
100-
- [ ] Check MDX formatting' \
94+
--body-file ../source/sync-pr-template.txt \
10195
--base main \
10296
--head "$BRANCH_NAME" \
10397
--label "sync" \

sync-pr-template.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Automated sync of Whitepaper content to MDX format.
2+
3+
This PR was automatically generated by the sync workflow at https://github.com/apify/actor-whitepaper.
4+
5+
- [ ] Review content changes
6+
- [ ] Check MDX formatting

0 commit comments

Comments
 (0)