chore(sync-website): update commit message

This commit is contained in:
atheeq-rhxn 2026-03-13 18:02:08 +05:30
parent 537e4aa079
commit d28c8e43a1

View file

@ -38,5 +38,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add apps/web/content/docs
git diff --staged --quiet || git commit -m "sync from mango @ ${{ github.sha }}"
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 }}"
git push