mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 09:38:21 +08:00
👷 update store publish bot
仓库迁移至 NoneBot 组织
This commit is contained in:
parent
b66a4df4c5
commit
fa15e5b0ee
@ -1,4 +1,4 @@
|
|||||||
name: 'Store Publish Issue Bot'
|
name: 'NoneBot2 Publish Bot'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -10,15 +10,15 @@ on:
|
|||||||
types: [closed]
|
types: [closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
issue_bot:
|
publish_bot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: store publish issue bot
|
name: nonebot2 publish bot
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: NoneBot2 Plugin Issue Bot
|
- name: NoneBot2 Publish Bot
|
||||||
uses: he0119/nonebot2-plugin-issue-bot@main
|
uses: nonebot/nonebot2-publish-bot@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
base: master
|
base: master
|
Loading…
Reference in New Issue
Block a user