Skip to content

Commit

Permalink
Update Git identity globally in sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Dec 27, 2023
1 parent 6e545c5 commit 14c5e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Initialise mach
working-directory: ./dot
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
./scripts/install_mach_commands.py
Expand Down

0 comments on commit 14c5e3c

Please sign in to comment.