From 7539fc657b847ff4e796c928d0e5284dd2595d5b Mon Sep 17 00:00:00 2001 From: Xiangze Li Date: Fri, 11 Oct 2024 19:07:58 +0800 Subject: [PATCH] ci: try --- .github/workflows/auto-correct.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-correct.yml b/.github/workflows/auto-correct.yml index 38551283c..c9f8b5aeb 100644 --- a/.github/workflows/auto-correct.yml +++ b/.github/workflows/auto-correct.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Get changed files - id: changed_files - run: echo "files=$(git diff --diff-filter=AM --name-only ${{ github.event.pull_request.base.sha }})" >> $GITHUB_OUTPUT + # - name: Get changed files + # id: changed_files + # run: echo "files=$(git diff --diff-filter=AM --name-only ${{ github.event.pull_request.base.sha }})" >> $GITHUB_OUTPUT - name: AutoCorrect uses: huacnlee/autocorrect-action@v2 - with: - args: --lint --no-diff-bg-color ${{ steps.changed_files.outputs.files }} + # with: + # args: --lint --no-diff-bg-color ${{ steps.changed_files.outputs.files }}