Skip to content

Commit

Permalink
docs: use recommended git config setup
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangosse authored Jun 4, 2024
1 parent 24de29f commit 620bf55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
fetch-depth: 0
- name: Configure git
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
# Setup for commiting using built-in token. See https://github.com/actions/checkout#push-a-commit-using-the-built-in-token
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Update Browserslist database and create PR if applies
uses: c2corg/browserslist-update-action@v2
with:
Expand Down

0 comments on commit 620bf55

Please sign in to comment.