From a0fb1383d1bd3c091a648f37e7c48048ec6a0e02 Mon Sep 17 00:00:00 2001 From: Leon van der Meulen Date: Tue, 1 Feb 2022 15:49:06 +0100 Subject: [PATCH] Update update_data.yml update user --- .github/workflows/update_data.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_data.yml b/.github/workflows/update_data.yml index 49450df..a1923ad 100644 --- a/.github/workflows/update_data.yml +++ b/.github/workflows/update_data.yml @@ -17,8 +17,8 @@ jobs: timeout_seconds: 10 max_attempts: 5 command: | - git config --global user.name 'Pierre Mesure (Github Actions)' - git config --global user.email 'pierre@mesu.re' + git config --global user.name 'Geodienst (Github Actions)' + git config --global user.email 'geodienst-accounts@rug.nl' git add data-full.json - git commit -am "Updating the data" + git commit -am "Updating the data via Github action" git push