From 15bbfe60ad9353d0b75ba428249c59bf423c1692 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 15 Oct 2020 12:59:26 -0400 Subject: [PATCH] Fix e-mail --- .github/workflows/update_tgs_dmapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index c40814ce4b..e5df248df9 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -29,7 +29,7 @@ jobs: - name: Commit and Push run: | git config user.name tgstation-server - git config user.email tgstation-server@users.noreply.github.Commit + git config user.email tgstation-server@users.noreply.github.com git commit -a -m 'Update TGS DMAPI' git push -f -u origin tgs-dmapi-update