fix: simplify sync commit message to use source URL only

This commit is contained in:
atheeq-rhxn 2026-03-15 18:20:50 +05:30
parent d28c8e43a1
commit 40a518fa84

View file

@ -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