From c41636090ac3a6760ed9ada779b72b112ad281ea Mon Sep 17 00:00:00 2001 From: Ing Date: Sat, 28 Dec 2024 15:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20GitHub=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E5=88=86=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issues.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 5e32a36d..a6310dd5 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -31,8 +31,8 @@ jobs: def set_output(name, value): subprocess.call(["echo '{}={}' >> $GITHUB_ENV".format(name, value)], shell=True) - issuetitle = ${{ toJSON(github.event.issue.title) }}; - issuebody = ${{ toJSON(github.event.issue.body) }}; + issuetitle = ${{ toJSON(github.event.issue.title) }} + issuebody = ${{ toJSON(github.event.issue.body) }} iscustom = 'false' warinfo = 'false'