mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-05 07:15:49 -04:00
fix: simplify sync commit message to use source URL only
This commit is contained in:
parent
d28c8e43a1
commit
40a518fa84
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-website.yml
vendored
2
.github/workflows/sync-website.yml
vendored
|
|
@ -40,5 +40,5 @@ jobs:
|
||||||
git add apps/web/content/docs
|
git add apps/web/content/docs
|
||||||
git diff --staged --quiet || git commit \
|
git diff --staged --quiet || git commit \
|
||||||
-m "docs: content update from mangowm/mango" \
|
-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
|
git push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue