Skip to content

Commit

Permalink
global user config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Feb 18, 2024
1 parent 69df9f0 commit 7679113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Setup Git
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Generate examples
run: |
Expand Down

0 comments on commit 7679113

Please sign in to comment.