Skip to content

Commit

Permalink
switch to github actions git user for update commits
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 24, 2024
1 parent 53072ff commit 570cad7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 570cad7

Please sign in to comment.