Skip to content

Commit e6acec7

Browse files
committed
fix: Update GitHub Actions email configuration for translation updates
1 parent ab305b1 commit e6acec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: github.event_name != 'pull_request'
5555
run: |
5656
git config --local user.name "GitHub Action's update-translation job"
57-
git config --local user.email github-actions@github.com
57+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
5858
git add .
5959
git commit -m "Update Farsi translations from Transifex" || echo "No changes to commit"
6060
git push

0 commit comments

Comments
 (0)