mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-12 23:52:26 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 427c583c81 |
@@ -56,7 +56,7 @@ jobs:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v7
|
||||
uses: codecov/codecov-action@v6
|
||||
with:
|
||||
env_vars: OS,PYTHON_VERSION,PYDANTIC_VERSION
|
||||
files: ./tests/coverage.xml
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
|
||||
|
||||
- name: Deploy to Netlify
|
||||
uses: nwtgck/actions-netlify@v4
|
||||
uses: nwtgck/actions-netlify@v3
|
||||
with:
|
||||
publish-dir: "./website/build"
|
||||
production-deploy: true
|
||||
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
|
||||
- name: Deploy to Netlify
|
||||
id: deploy
|
||||
uses: nwtgck/actions-netlify@v4
|
||||
uses: nwtgck/actions-netlify@v3
|
||||
with:
|
||||
publish-dir: ./website/build
|
||||
production-deploy: false
|
||||
|
||||
+7
-11
@@ -10979,21 +10979,17 @@
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_helper_recall",
|
||||
"project_link": "nonebot-plugin-helper-recall",
|
||||
"author_id": 277260326,
|
||||
"module_name": "nonebot_plugin_gspanel_lite",
|
||||
"project_link": "nonebot-plugin-gspanel-lite",
|
||||
"author_id": 86997355,
|
||||
"tags": [
|
||||
{
|
||||
"label": "撤回",
|
||||
"color": "#f21507"
|
||||
"label": "Genshin",
|
||||
"color": "#eae552"
|
||||
},
|
||||
{
|
||||
"label": "群成员",
|
||||
"color": "#75f207"
|
||||
},
|
||||
{
|
||||
"label": "消息",
|
||||
"color": "#e8f207"
|
||||
"label": "原神",
|
||||
"color": "#a3fffc"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
|
||||
Reference in New Issue
Block a user