Skip to content

Commit a07ccb3

Browse files
committed
chore: reconfigure user.email field
1 parent 9350d7c commit a07ccb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
- name: Configure Git
1818
run: |
19-
git config --global user.name "github-actions"
20-
git config --global user.email "toothlessdev@users.noreply.github.com"
19+
git config --global user.name "toothlessdev"
20+
git config --global user.email "toothless042@gmail.com"
2121
2222
- name: Deploy to GitHub Pages
2323
run: npm run deploy
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)