From bd7ee0a1bafc0ea7a7501ba37541349d4a81b73e Mon Sep 17 00:00:00 2001 From: hemengyang Date: Tue, 4 Jan 2022 20:23:21 +0800 Subject: [PATCH] :construction_worker: update publish bot config --- .github/workflows/publish-bot.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-bot.yml b/.github/workflows/publish-bot.yml index 47d21ab9..8e718bcc 100644 --- a/.github/workflows/publish-bot.yml +++ b/.github/workflows/publish-bot.yml @@ -21,7 +21,10 @@ jobs: uses: nonebot/nonebot2-publish-bot@main with: token: ${{ secrets.GH_TOKEN }} - base: master - plugin_path: website/static/plugins.json - bot_path: website/static/bots.json - adapter_path: website/static/adapters.json + config: > + { + "base": "master", + "plugin_path": "website/static/plugins.json", + "bot_path": "website/static/bots.json", + "adapter_path": "website/static/adapters.json" + }