From 9253a3f90bb6182a4cd75ad98978e8f228d5ce4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=90=AF=E9=BE=99?= Date: Sun, 30 May 2021 16:07:16 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=88=B0gitee]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/SyncToGitee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SyncToGitee.yml b/.github/workflows/SyncToGitee.yml index c2b07fa..9f30b8a 100644 --- a/.github/workflows/SyncToGitee.yml +++ b/.github/workflows/SyncToGitee.yml @@ -21,5 +21,5 @@ jobs: clone_style: "ssh" #使用ssh方式进行clone,也可以使用https debug: true #启用后会显示所有执行命令 force_update: true #启用后,强制同步,即强制覆盖目的端仓库 - static_list: "picture" #静态同步列表,在此填写需要同步的仓库名称,可填写多个 + static_list: "Learning-Weekly" #静态同步列表,在此填写需要同步的仓库名称,可填写多个 timeout: '600s' #git超时设置,超时后会自动重试git操作 \ No newline at end of file -- GitLab