From ccac9294780efc332dbf0756f2865d3dbde944ca Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Wed, 10 Apr 2024 09:05:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E6=96=B0=E5=A4=84=E7=90=86=20?= =?UTF-8?q?codecheck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-check.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/code-check.yaml b/.github/workflows/code-check.yaml index 6510d61..1501eb0 100644 --- a/.github/workflows/code-check.yaml +++ b/.github/workflows/code-check.yaml @@ -33,5 +33,4 @@ jobs: IGNORE_GITIGNORED_FILES: true VALIDATE_JAVA: true JAVA_FILE_NAME: alibaba-checkstyle.xml - DEFAULT_BRANCH: master - ACTIONS_RUNNER_DEBUG: true \ No newline at end of file + DEFAULT_BRANCH: HEAD \ No newline at end of file