Skip to content

Commit

Permalink
Update auto-deploy.yml
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
ShanYi-Hui authored Apr 26, 2024
1 parent 403cd11 commit e7016b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# commit-message: ${{ github.event.head_commit.message }} # default: `Deploying to gh-pages from @ 3238feb 🚀`
# commit-message: "deploy: ${{ github.sha }} (${{ github.event.head_commit.message }}) 🚀 "

## 同步代码
# 同步代码
- name: Sync Code # 名字随便起
uses: Yikun/hub-mirror-action@master # 使用Yikun/hub-mirror-action
with:
Expand All @@ -108,7 +108,7 @@ jobs:
dst_token: ${{ secrets.GITEE_TOKEN }} # Gitee账户的私人令牌
src_account_type: org # 源端账户类型
dst_account_type: user # 目的端账户类型
clone_style: 'ssh' # 使用https方式进行clone,也可以使用ssh
clone_style: 'https' # 使用https方式进行clone,也可以使用ssh
debug: true # 启用后会显示所有执行命令
force_update: true # 启用后,强制同步,即强制覆盖目的端仓库
static_list: 'mb-admin' # 静态同步列表,在此填写需要同步的仓库名称,可填写多个
Expand Down

0 comments on commit e7016b8

Please sign in to comment.