mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-14 05:34:21 -04:00
chore(sync-website): update commit message
This commit is contained in:
parent
537e4aa079
commit
d28c8e43a1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/sync-website.yml
vendored
4
.github/workflows/sync-website.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue