ci: add variable to skip acquiring git user email

This commit is contained in:
Ben Grande 2025-01-16 18:46:12 +01:00
parent 2d5d3affe3
commit 2d832031d3
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@ case "${-}" in
*) xtrace=0;;
esac
email="<$(git config --get user.email)>"
email="<${GIT_EMAIL:-"$(git config --get user.email)"}>"
year="$(date -- '+%Y')"
fail="0"