From afa5872389638a7bf3f1c3856bbe00acdbbf4e79 Mon Sep 17 00:00:00 2001 From: Thomas Lohse Date: Tue, 9 Jul 2024 12:21:51 +0200 Subject: [PATCH] add username --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 78bb1a8..de65027 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,7 +29,7 @@ jobs: - name: Commit report run: | git config --global user.name 'Thomas Lohse' - git config --global user.email 'your-username@users.noreply.github.com' + git config --global user.email 't-lohse@users.noreply.github.com' git commit add .build git commit -m ".build" git push