From: Sebastián Ramírez Date: Sat, 8 Aug 2026 21:23:42 +0000 (+0200) Subject: 👷 Use PR Push commit identity (#2069) X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=3d95b314a1c2c71c08db725de347056a30f737cf;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Use PR Push commit identity (#2069) --- diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 44272cc8c..68cdd9c5e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -74,8 +74,8 @@ jobs: env: PR_PUSH_TOKEN: ${{ steps.pr-push.outputs.token }} run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions[bot]@users.noreply.github.com" + git config user.name "pr-push[bot]" + git config user.email "pr-push[bot]@users.noreply.github.com" git remote set-url origin "https://x-access-token:${PR_PUSH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" git add -A if git diff --staged --quiet; then