Skip to content

Commit

Permalink
make git happy
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 2, 2024
1 parent 7d55d87 commit 787e861
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:

- name: Update apt repos
run: sudo apt-get update

- name: make git happy
run: git config --global user.email "[email protected]" && git config --global user.name "justinvforvendetta"

- name: Set the correct Node version using nvm
shell: bash -l {0}
Expand Down

0 comments on commit 787e861

Please sign in to comment.