Update 同步release.yml

This commit is contained in:
dlgt7
2023-12-21 20:23:01 +08:00
committed by GitHub
parent c25145481c
commit 0e4a51ea7f
+2 -2
View File
@@ -16,8 +16,8 @@ jobs:
- name: Merge upstream
run: |
# 使用自己的用户名替换 username
git config --global user.name 'xyzjhe'
git config --global user.email 'lao@gmail.com'
git config --global user.name 'dlgt7'
git config --global user.email 'dlgt7@gmail.com'
git pull --unshallow
# 自行替换要同步的上游仓库地址
git remote add upstream https://github.com/FongMi/TV.git