Skip to content

Commit 889ceb9

Browse files
committed
IMPROVEMENT: Better i18n descriptions
1 parent 4a56527 commit 889ceb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/i18n-extract.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
run: |
38-
git config user.email "actions@github.com"
39-
git config user.name "GitHub Actions"
38+
git config user.email "github-actions[bot]@users.noreply.github.com"
39+
git config user.name "github-actions[bot]"
4040
git add $PYGETTEXT_LOCALEDIR/$PYGETTEXT_DOMAIN.pot
4141
if [ -n "$(git status --porcelain)" ]; then
42-
git commit -m "Extracted i18n strings"
42+
git commit -m "CHORE: Extracted i18n strings"
4343
git push
4444
else
4545
echo "No changes to commit"

0 commit comments

Comments
 (0)