From a30b94a1146394f859cc715dd0c2886fa13d01c5 Mon Sep 17 00:00:00 2001 From: panghaibin Date: Mon, 28 Mar 2022 17:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=A8=A1=E6=8B=9FIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index c4e8936..ccbb0d8 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -39,7 +39,7 @@ jobs: run: | if [[ $PULL_REMOTE != '' ]]; then echo "Report from remote"; - if python -u SHU-selfreport-master/main.py; ; then + if python -u SHU-selfreport-master/main.py; then echo "Report from remote success"; else echo "Report from remote failed";