Skip to content

Commit

Permalink
chore: update git username and mail
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Jan 26, 2025
1 parent 2dd9dfa commit 3eb3fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-inversify-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
env:
USE_SSH: true
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config --global user.email "[email protected]"
git config --global user.name "gh-actions"
pnpm deploy:inversify:pages

0 comments on commit 3eb3fe8

Please sign in to comment.