diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67c095a8..59793925 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -354,10 +354,7 @@ jobs: uses: actions/download-artifact@v4 with: name: flake_lock - - name: Set up git - run: | - git config user.email gitbot@ibeep.com - git config user.name "Git Bot" + - uses: fregante/setup-git-user@v2 - name: Create and merge PR run: | if git diff-files --quiet ; then