From 7da2cd943c5e60fa50f60e05b92fed49cb77c15d Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Thu, 22 Jun 2023 10:59:13 -0500 Subject: [PATCH] CI: Just use github_actions as default_author --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 39d45d4..98fdbd2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,8 +14,7 @@ jobs: - run: python gen_cldr_langs.py - uses: EndBug/add-and-commit@v9 with: - committer_name: GitHub Actions - committer_email: actions@github.com + default_author: github_actions message: "Update languages names translations" add: "['cldr-langs/*.po', 'cldr-langs/LINGUAS']"