Skip to content

Commit

Permalink
Merge pull request #1046 from floriangosse/patch-1
Browse files Browse the repository at this point in the history
docs: use recommended git config setup
  • Loading branch information
brunobesson authored Jun 4, 2024
2 parents 24de29f + 620bf55 commit 1a9905b
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 1a9905b

Please sign in to comment.