File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments