mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 08:37:01 +08:00
bug fix
This commit is contained in:
parent
4997b6c136
commit
adc42b5f6a
|
@ -72,10 +72,10 @@ jobs:
|
|||
force_update: true # 启用后,强制同步,即强制覆盖目的端仓库
|
||||
static_list: "tpm,tmux-resurrect" # 静态同步列表,在此填写需要同步的仓库名称,可填写多个
|
||||
timeout: '600s' # git超时设置,超时后会自动重试git操作
|
||||
vundle.vim:
|
||||
vundle-vim:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: VundleVim/Vundle.vim # 名字随便起
|
||||
- name: VundleVim/Vundle-vim # 名字随便起
|
||||
uses: Yikun/hub-mirror-action@v1.2 # 使用Yikun/hub-mirror-action
|
||||
with:
|
||||
src: github/VundleVim # 源端账户名(github)
|
||||
|
@ -89,10 +89,10 @@ jobs:
|
|||
force_update: true # 启用后,强制同步,即强制覆盖目的端仓库
|
||||
static_list: "Vundle.vim" # 静态同步列表,在此填写需要同步的仓库名称,可填写多个
|
||||
timeout: '600s' # git超时设置,超时后会自动重试git操作
|
||||
onedark.vim:
|
||||
onedark-vim:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: joshdick/onedark.vim # 名字随便起
|
||||
- name: joshdick/onedark-vim # 名字随便起
|
||||
uses: Yikun/hub-mirror-action@v1.2 # 使用Yikun/hub-mirror-action
|
||||
with:
|
||||
src: github/joshdick # 源端账户名(github)
|
||||
|
|
Loading…
Reference in New Issue
Block a user