Update 同步release.yml
This commit is contained in:
@@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Merge upstream
|
- name: Merge upstream
|
||||||
run: |
|
run: |
|
||||||
# 使用自己的用户名替换 username
|
# 使用自己的用户名替换 username
|
||||||
git config --global user.name 'xyzjhe'
|
git config --global user.name 'dlgt7'
|
||||||
git config --global user.email 'lao@gmail.com'
|
git config --global user.email 'dlgt7@gmail.com'
|
||||||
git pull --unshallow
|
git pull --unshallow
|
||||||
# 自行替换要同步的上游仓库地址
|
# 自行替换要同步的上游仓库地址
|
||||||
git remote add upstream https://github.com/FongMi/TV.git
|
git remote add upstream https://github.com/FongMi/TV.git
|
||||||
|
|||||||
Reference in New Issue
Block a user