From 7d5a9053c0a961b5ad12646543875011da6064ac Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 12 May 2024 18:39:50 +0200 Subject: [PATCH] refactor readme.yml: Update commit message for clarity --- .github/workflows/readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index e78d6b5..4b617a8 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -37,6 +37,6 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" git add README-en.md - git commit -m "readme: Automatically translated README to English" + git commit -m "readme: Automatically translated README" git push