Merge pull request #760 from atheeq-rhxn/sync-docs

chore(sync-website): update commit message
This commit is contained in:
DreamMaoMao 2026-03-13 20:39:07 +08:00 committed by GitHub
commit d2679e63ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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