diff --git a/.github/workflows/repo_linter.yaml b/.github/workflows/repo_linter.yaml index 0a26982..9b45855 100644 --- a/.github/workflows/repo_linter.yaml +++ b/.github/workflows/repo_linter.yaml @@ -134,7 +134,7 @@ jobs: find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas