Skip to content

Commit e288e46

Browse files
committed
ci(sync): Add sync workflow
1 parent 5cc04bd commit e288e46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
uses: actions/checkout@v4
1111
- name: Sync
1212
run: |
13+
git config --global user.name "GitHub Actions"
14+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
1315
cd .. && git clone https://github.com/syfxlin/blog.git && cd blog
1416
rm -rf depker.config.ts
1517
rm -rf .git && cp -rf ../next-theme-coline/.git .

0 commit comments

Comments
 (0)