Skip to content

Commit

Permalink
fix(@ci): AG-36 fixed github username (#19)
Browse files Browse the repository at this point in the history
fixed git user in workflow
  • Loading branch information
g3k0 authored Apr 7, 2024
1 parent 3e5dd41 commit 03e502d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 20.x

- name: Set up Git
run: |
git config --global user.email "nova.web3.collective@gmail.com"
git config --global user.name "nova collective"
- name: Install dependencies
run: node ci --function installDeps
Expand Down

0 comments on commit 03e502d

Please sign in to comment.