Skip to content

Commit

Permalink
Merge pull request #225 from Controllerdestiny/caiiiiiii
Browse files Browse the repository at this point in the history
工作流:跳过Git PUSH报错,不显示下载和解压日志
  • Loading branch information
Controllerdestiny authored Jun 18, 2024
2 parents 79f3fc1 + 7295bd8 commit dc830bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/plugins_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: 下载PluginInfoLoader
run: |
wget https://github.com/ACaiCat/PluginInfoLoaderr/releases/download/v1.0.0.0/linux-x64.zip
unzip linux-x64.zip
wget -q https://github.com/ACaiCat/PluginInfoLoaderr/releases/download/v1.0.0.0/linux-x64.zip
unzip -qq linux-x64.zip
- name: 运行TShock生成Plugins.json
timeout-minutes: 3
Expand All @@ -43,6 +43,7 @@ jobs:
mv linux-x64/Plugins.json ./
- name: 自动更新Plugins.json
continue-on-error: true
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit dc830bb

Please sign in to comment.