Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny-Cho authored Nov 4, 2023
1 parent fdae619 commit d7337ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
node-version-file: '.nvmrc'
cache: npm

- name: Git Config
- name: Set Git User
run: |
git config --local user.name "Jonny-Cho"
git config --local user.email "[email protected]"
git config user.name "Jonny-Cho"
git config user.email "[email protected]"
- name: Run deploy
run: |
Expand Down

0 comments on commit d7337ab

Please sign in to comment.