mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
Update api_docs.yml
This commit is contained in:
parent
9171894a15
commit
3bd9a9cc73
4
.github/workflows/api_docs.yml
vendored
4
.github/workflows/api_docs.yml
vendored
@ -37,4 +37,6 @@ jobs:
|
|||||||
git config user.email nonebot@nonebot.dev
|
git config user.email nonebot@nonebot.dev
|
||||||
git add .
|
git add .
|
||||||
git diff-index --quiet HEAD || git commit -m ":memo: update api docs"
|
git diff-index --quiet HEAD || git commit -m ":memo: update api docs"
|
||||||
git push origin HEAD:${{github.event.pull_request.head.ref}}
|
git remote -vv
|
||||||
|
git remote add target ${{github.event.pull_request.head.repo.clone_url}}
|
||||||
|
git push target HEAD:${{github.event.pull_request.head.ref}}
|
||||||
|
Loading…
Reference in New Issue
Block a user