mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-05-05 10:17:57 +00:00
Update sync.yml
This commit is contained in:
parent
f97b4bfe98
commit
be81a97bf2
5
.github/workflows/sync.yml
vendored
5
.github/workflows/sync.yml
vendored
@ -12,10 +12,13 @@ jobs:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: repo
|
||||
path: repo # 确保仓库检出到 repo 目录
|
||||
|
||||
- name: Configure Git User
|
||||
run: |
|
||||
# 进入仓库目录
|
||||
cd repo
|
||||
|
||||
# 设置 Git 用户信息(仅对当前仓库生效)
|
||||
git config user.email "852614921@qq.com"
|
||||
git config user.name "Gavin2233"
|
||||
|
Loading…
x
Reference in New Issue
Block a user