From cb335720b77cd7ef16b7ec5f216cf9e4f99c7063 Mon Sep 17 00:00:00 2001 From: snowykami Date: Tue, 17 Sep 2024 14:44:43 +0800 Subject: [PATCH] =?UTF-8?q?:package:=20docs:=20=E8=B5=84=E6=BA=90=E5=95=86?= =?UTF-8?q?=E5=BA=97=E6=96=B0=E5=A2=9E=E5=8F=91=E5=B8=83=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue_handler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_handler.yml b/.github/workflows/issue_handler.yml index 4f9f4c0f..36b760c9 100644 --- a/.github/workflows/issue_handler.yml +++ b/.github/workflows/issue_handler.yml @@ -43,7 +43,7 @@ jobs: if: steps.check_title.outputs.title_match == 'true' run: | echo "Running Plugin/Resource issue handler." - python -m liteyuki_flow + python -m liteyuki_flow --handle env: GITHUB_TOKEN: ${{ secrets.TOKEN }} ISSUE_NUMBER: ${{ github.event.issue.number }}