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