Skip to content

Commit

Permalink
chore: update git user configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomantovani committed Feb 18, 2024
1 parent 0c55bc1 commit 06b2110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:

- name: Set git user
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "João Mantovani"
git config --global user.email "jpm.mantovani45@gmail.com"
- name: NPM config
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
Expand Down

0 comments on commit 06b2110

Please sign in to comment.