Skip to content

Commit

Permalink
Set Git User Identity
Browse files Browse the repository at this point in the history
  • Loading branch information
predatorray committed Nov 22, 2024
1 parent e713e62 commit a6219dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Set Git User Identity
run: |
git config --local user.email [email protected]
git config --local user.name bot
- run: npm ci
- run: npm run deploy

0 comments on commit a6219dc

Please sign in to comment.