Skip to content

Commit

Permalink
ci: fix occasional error with author identity unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC authored Jan 26, 2024
1 parent a5ce78b commit ba2b91c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ runs:
# checkout@v2 adds a header that makes branch protection report errors ):
run: git config --local --unset http.https://github.com/.extraheader

- name: Set git author config
shell: bash
run: |
git config --global user.email "[email protected]"
git config --global user.name "TableCheck Inc."
- name: Read .nvmrc
shell: bash
id: nvm
Expand Down

0 comments on commit ba2b91c

Please sign in to comment.