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 }}