From 9171894a15fc29642f4d76eafdda194525169c1d Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Thu, 24 Sep 2020 00:22:35 +0800 Subject: [PATCH] :construction_worker: update api docs ci --- .github/workflows/api_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index ebf1741a..69b88640 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -37,4 +37,4 @@ jobs: git config user.email nonebot@nonebot.dev git add . git diff-index --quiet HEAD || git commit -m ":memo: update api docs" - git push + git push origin HEAD:${{github.event.pull_request.head.ref}}