Skip to content

Commit

Permalink
chore: add git username
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Sep 15, 2024
1 parent 1592ceb commit 41f3685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Set up Git user
run: |
git config --global user.name "Hello"
git config --global user.email "test@example.com"
git config --global user.name "SUCU Preview Bot"
git config --global user.email "sucu-preview@gmail.com"
- name: Configure Git to use Personal Access Token
run: |
Expand Down

0 comments on commit 41f3685

Please sign in to comment.