From a0941a92710504c0662ae49bb3562d3901540e3e Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Tue, 27 May 2025 11:44:06 -0400 Subject: [PATCH] no need to generate diff file (#2728) --- .github/workflows/precommit-autoupdate.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/precommit-autoupdate.yml b/.github/workflows/precommit-autoupdate.yml index 921742211..10330f955 100644 --- a/.github/workflows/precommit-autoupdate.yml +++ b/.github/workflows/precommit-autoupdate.yml @@ -25,7 +25,6 @@ jobs: pre-commit autoupdate if [[ -n $(git status --porcelain) ]]; then echo "changes=true" >> $GITHUB_OUTPUT - git diff .pre-commit-config.yaml > pre-commit-update.diff fi - name: Create Pull Request @@ -39,11 +38,3 @@ jobs: commit-message: "chore: update pre-commit hooks" body: | Automated PR to update pre-commit hooks to their latest versions. - -
- Changes: - - ```diff - ${{ steps.update.outputs.diff }} - ``` -