mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-03 07:15:44 -04:00
Merge pull request #760 from atheeq-rhxn/sync-docs
chore(sync-website): update commit message
This commit is contained in:
commit
d2679e63ff
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.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add apps/web/content/docs
|
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
|
git push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue