File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" \
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments