mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-05-05 18:27:10 +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
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: repo
|
path: repo # 确保仓库检出到 repo 目录
|
||||||
|
|
||||||
- name: Configure Git User
|
- name: Configure Git User
|
||||||
run: |
|
run: |
|
||||||
|
# 进入仓库目录
|
||||||
|
cd repo
|
||||||
|
|
||||||
# 设置 Git 用户信息(仅对当前仓库生效)
|
# 设置 Git 用户信息(仅对当前仓库生效)
|
||||||
git config user.email "852614921@qq.com"
|
git config user.email "852614921@qq.com"
|
||||||
git config user.name "Gavin2233"
|
git config user.name "Gavin2233"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user