mirror of
https://github.com/mangowm/mango.git
synced 2026-05-02 14:27:27 -07:00
fix: simplify sync commit message to use source URL only
This commit is contained in:
@@ -40,5 +40,5 @@ jobs:
|
||||
git add apps/web/content/docs
|
||||
git diff --staged --quiet || git commit \
|
||||
-m "docs: content update from mangowm/mango" \
|
||||
-m "${{ github.event.head_commit.message }}\nSource: ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}"
|
||||
-m "${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user