chore: sync push

This commit is contained in:
xiaojunnuo
2026-03-20 13:53:12 +08:00
parent 285532d431
commit 440d55ccb8
5 changed files with 6 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
ref: v2-dev
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
run: |
git config --global user.name "xiaojunnuo"

View File

@@ -17,6 +17,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
ref: v2
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
run: |
git config --global user.name "xiaojunnuo"

View File

@@ -17,6 +17,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
ref: v2-dev
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
run: |
git config --global user.name "xiaojunnuo"
@@ -29,6 +30,6 @@ jobs:
- name: push to cnb # 4. 执行同步
run: |
git remote add upstream https://cnb.cool/certd/certd
git remote add upstream https://cnb.cool/certd/certd.git
git push --set-upstream upstream v2-dev

View File

@@ -29,6 +29,6 @@ jobs:
- name: push to cnb # 4. 执行同步
run: |
git remote add upstream https://cnb.cool/certd/certd
git remote add upstream https://cnb.cool/certd/certd.git
git push --set-upstream upstream v2

View File

@@ -17,6 +17,7 @@ jobs:
with:
fetch-depth: 0
lfs: true
ref: v2-dev
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
run: |
git config --global user.name "xiaojunnuo"