aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-28 13:19:15 -0300
committerEuAndreh <eu@euandre.org>2023-03-28 13:19:31 -0300
commit2405e9f6467dfe05e5c2241995f8a37b2c8c1e76 (patch)
tree485a96ff0ae766f4bcf629145bb2a01ff7c8d14b
parentreport.sh: Add CSS dark mode support (diff)
downloadtoph-2405e9f6467dfe05e5c2241995f8a37b2c8c1e76.tar.gz
toph-2405e9f6467dfe05e5c2241995f8a37b2c8c1e76.tar.xz
gitconfig: Use generic values for user.{email,name}
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 2405e9f6467dfe05e5c2241995f8a37b2c8c1e76 git notes --ref=refs/notes/ci-data show 2405e9f6467dfe05e5c2241995f8a37b2c8c1e76 Exit status: 0 Duration: 22
-rw-r--r--src/infrastructure/config/gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infrastructure/config/gitconfig b/src/infrastructure/config/gitconfig
index 43ab464..f1f1eb3 100644
--- a/src/infrastructure/config/gitconfig
+++ b/src/infrastructure/config/gitconfig
@@ -1,8 +1,8 @@
[init]
defaultBranch = main
[user]
- email = ci@euandre.org
- name = "euandre.org CI"
+ email = ci@$TLD
+ name = "Git CI"
[advice]
detachedHead = false
[receive]