Skip to content

Commit

Permalink
Update git configs without global.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Oct 7, 2023
1 parent 1cdd0b3 commit 5d4891a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Set Global Config
- name: Set Git Configs
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions"
- name: Build and Deploy
run: npm run deploy

0 comments on commit 5d4891a

Please sign in to comment.