mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
🧑💻 CI: 调整商店数据存放位置与内容 (#2385)
This commit is contained in:
parent
d2d7603ff5
commit
f5c87f80e1
6
.github/workflows/noneflow.yml
vendored
6
.github/workflows/noneflow.yml
vendored
@ -84,9 +84,9 @@ jobs:
|
|||||||
config: >
|
config: >
|
||||||
{
|
{
|
||||||
"base": "master",
|
"base": "master",
|
||||||
"plugin_path": "website/static/plugins.json",
|
"plugin_path": "assets/plugins.json",
|
||||||
"bot_path": "website/static/bots.json",
|
"bot_path": "assets/bots.json",
|
||||||
"adapter_path": "website/static/adapters.json"
|
"adapter_path": "assets/adapters.json"
|
||||||
}
|
}
|
||||||
env:
|
env:
|
||||||
PLUGIN_TEST_RESULT: ${{ needs.plugin_test.outputs.result }}
|
PLUGIN_TEST_RESULT: ${{ needs.plugin_test.outputs.result }}
|
||||||
|
5091
assets/plugins.json
Normal file
5091
assets/plugins.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user