From 058f482e432e85d1d2f39702bf59b72ade6a77bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Wed, 21 Feb 2024 19:03:01 +0100 Subject: [PATCH] Update `tech_radar.yml` --- .github/workflows/tech_radar.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tech_radar.yml b/.github/workflows/tech_radar.yml index a9cebc0..fd54bcb 100644 --- a/.github/workflows/tech_radar.yml +++ b/.github/workflows/tech_radar.yml @@ -39,7 +39,8 @@ jobs: - name: Commit the list of changes run: | - git status + git config user.name github-actions + git config user.email github-actions@github.com git add public/techRadar/used_languages.md git commit -m "Update techRadar/used_languages.md" git push