File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3131 echo "Repository name: $REPO_NAME"
3232 echo "Repository underscore name: $UNDERSCORE_REPO_NAME"
3333
34+ - name : Update .github/workflows/test-load.yml
35+ run : |
36+ # 替换 test-load.yml 中的内容
37+ sed -i.bak "s/nonebot_plugin_template/${UNDERSCORE_REPO_NAME}/g" .github/workflows/test-load.yml
38+ rm -f .github/workflows/test-load.yml.bak
39+
3440 - name : Update README.md
3541 run : |
3642 # 替换 README.md 中的内容
Original file line number Diff line number Diff line change 11[project ]
22name = " nonebot-plugin-template"
3- version = " 0.0.2 "
3+ version = " 0.1.0 "
44description = " 插件描述"
55readme = " README.md"
6- authors = [{ name = " fllesser " , email = " fllessive@gmail .com" }]
6+ authors = [{ name = " owner " , email = " email@github .com" }]
77requires-python = " >=3.10,<3.13"
88dependencies = [
99 " httpx>=0.27.0,<1.0.0" ,
You can’t perform that action at this time.
0 commit comments