Skip to content

Commit

Permalink
Update username and email for GH action commits
Browse files Browse the repository at this point in the history
Use the email address and username suggested in the `actions/checkout`
documentation: actions/checkout#1707
  • Loading branch information
elliotgoodrich committed Oct 8, 2024
1 parent 0a51a26 commit b0dada8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
cache: 'npm'
- uses: seanmiddleditch/gha-setup-ninja@master
- run: |
git config --global user.email "noreply@github.com"
git config --global user.name "github-action"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git fetch origin main:main --depth 1
git merge origin/main --message "Generate files" --log=1 --allow-unrelated-histories --strategy-option theirs
- run: npm ci
Expand Down

0 comments on commit b0dada8

Please sign in to comment.