Skip to content

Commit a61394a

Browse files
committed
修改插件名错误
1 parent 81edcf6 commit a61394a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/clean-unreachable-plugins.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
run: |
5858
git config --local user.name "github-actions[bot]"
5959
git config --local user.email "github-actions[bot]@users.noreply.github.com"
60-
git add plugins.json
61-
git commit -m "Clean unreachable plugins from plugins.json"
62-
git push origin HEAD
60+
61+
# 检查是否有需要提交的更改
62+
if [[ $(git status --porcelain) ]]; then
63+
echo "Changes detected. Proceeding to commit and push."
64+
git add plugins.json
65+
git commit -m "Clean unreachable plugins from plugins.json"
66+
git push origin HEAD
67+
else
68+
echo "No changes detected. Skipping commit and push."
69+
fi

plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@
700700
"desc": "二次元图片签到以及好友买卖,对接牛牛商城,仅支持qq且仅支持非官方bot(其他平台请自行测试)",
701701
"repo": "https://github.com/zgojin/astrbot_plugin_Qsign"
702702
},
703-
"astrbot_plugin_moreVITS ": {
703+
"astrbot_plugin_moreVITS": {
704704
"desc": "硅基流动利用用户的参考音频进行文本转语音的功能,测试中音频文件(测试用的.mp3)可用,内置了一个测试用的三月七(填写api就可用)",
705705
"author": "达莉娅",
706706
"repo": "https://github.com/zhenli12138/astrbot_plugin_moreVITS"

0 commit comments

Comments
 (0)