Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for some reason, on GHA (only?), git unable to read ~/.gitconfig so, whenever commit will get following error ``` git am Committer identity unknown *** Please tell me who you are. Run git config --global user.email "you@example.com" git config --global user.name "Your Name" to set your account's default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got 'unknown@bcf9ba01cdb2.(none)') ``` This CL elevates gitconfig to system level to mitigate the issue. Signed-off-by: nanake <nanake@users.noreply.github.com>
- Loading branch information