We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a56527 commit 889ceb9Copy full SHA for 889ceb9
.github/workflows/i18n-extract.yml
@@ -35,11 +35,11 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
run: |
38
- git config user.email "actions@github.com"
39
- git config user.name "GitHub Actions"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "github-actions[bot]"
40
git add $PYGETTEXT_LOCALEDIR/$PYGETTEXT_DOMAIN.pot
41
if [ -n "$(git status --porcelain)" ]; then
42
- git commit -m "Extracted i18n strings"
+ git commit -m "CHORE: Extracted i18n strings"
43
git push
44
else
45
echo "No changes to commit"
0 commit comments