mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: sync push
This commit is contained in:
@@ -17,6 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
lfs: true
|
lfs: true
|
||||||
|
ref: v2-dev
|
||||||
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
|
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "xiaojunnuo"
|
git config --global user.name "xiaojunnuo"
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
lfs: true
|
lfs: true
|
||||||
|
ref: v2
|
||||||
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
|
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "xiaojunnuo"
|
git config --global user.name "xiaojunnuo"
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
lfs: true
|
lfs: true
|
||||||
|
ref: v2-dev
|
||||||
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
|
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "xiaojunnuo"
|
git config --global user.name "xiaojunnuo"
|
||||||
@@ -29,6 +30,6 @@ jobs:
|
|||||||
|
|
||||||
- name: push to cnb # 4. 执行同步
|
- name: push to cnb # 4. 执行同步
|
||||||
run: |
|
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
|
git push --set-upstream upstream v2-dev
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,6 @@ jobs:
|
|||||||
|
|
||||||
- name: push to cnb # 4. 执行同步
|
- name: push to cnb # 4. 执行同步
|
||||||
run: |
|
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
|
git push --set-upstream upstream v2
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
lfs: true
|
lfs: true
|
||||||
|
ref: v2-dev
|
||||||
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
|
- name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "xiaojunnuo"
|
git config --global user.name "xiaojunnuo"
|
||||||
|
|||||||
Reference in New Issue
Block a user