We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc04bd commit e288e46Copy full SHA for e288e46
.github/workflows/sync.yaml
@@ -10,6 +10,8 @@ jobs:
10
uses: actions/checkout@v4
11
- name: Sync
12
run: |
13
+ git config --global user.name "GitHub Actions"
14
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
15
cd .. && git clone https://github.com/syfxlin/blog.git && cd blog
16
rm -rf depker.config.ts
17
rm -rf .git && cp -rf ../next-theme-coline/.git .
0 commit comments