Skip to content

Commit

Permalink
Fix download translations workflow identity (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Jan 7, 2025
1 parent 48778f3 commit 52f57af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/download-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
# Commit
git add .
git commit --author "DangoCat[bot] <[email protected]>" -m "[Automated] Update translations"
git config --global user.name "DangoCat[bot]"
git config --global user.email "[email protected]"
git commit -m "[Automated] Update translations"
# Push
git push origin "$new_branch"
Expand Down

0 comments on commit 52f57af

Please sign in to comment.