You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# git commit -m "sync: Update MDX content from whitepaper"
81
+
# git commit -m "sync: Update MDX content from Whitepaper"
99
82
# if ! git push -f origin ${{ env.TARGET_BRANCH }}; then
100
83
# echo "Failed to push changes"
101
84
# exit 1
102
85
# fi
103
86
104
87
echo -e "\nPR that would be created:"
105
-
echo "Title: sync: Update MDX content from whitepaper"
106
-
echo -e "Body:\nAutomated sync of whitepaper content to MDX format.\n\nThis PR was automatically generated by the sync workflow.\n\n- [ ] Review content changes\n- [ ] Check MDX formatting"
88
+
echo "Title: sync: Update MDX content from Whitepaper"
89
+
echo -e "Body:\nAutomated sync of Whitepaper content to MDX format.\n\nThis PR was automatically generated by the sync workflow at https://github.com/apify/actor-whitepaper.\n\n- [ ] Review content changes\n- [ ] Check MDX formatting\n\n"
107
90
echo "Base: main"
108
91
echo "Head: ${{ env.TARGET_BRANCH }}"
109
92
echo "Labels: automated, sync"
110
93
echo "Assignee: ${{ github.actor }}"
111
94
112
-
# Show what files would be included.
113
95
echo -e "\nFiles that would be included in the PR:"
0 commit comments