Skip to content

Commit

Permalink
set correct email and name for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
AmooHashem committed Jan 12, 2024
1 parent 9e4dc73 commit 819936a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
node-version: "21.x"
- run: npm install
- run: git config --global user.email "you@example.com"
- run: git config --global user.name "Your Name"
- run: git config --global user.email "amoo.hashem.mehraban@gmail.com"
- run: git config --global user.name "Seyed Alireza Hashemi"
- run: npm run deploy

0 comments on commit 819936a

Please sign in to comment.