Skip to content

Commit

Permalink
Add email configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Dec 5, 2024
1 parent b2a6427 commit f451d68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup git
run: |
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit f451d68

Please sign in to comment.