Skip to content

Commit

Permalink
Use the commit author's details in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Feb 19, 2024
1 parent 50bb823 commit 1697e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fix_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Commit changes
if: steps.git-check.outputs.modified == 'true'
run: |
git config --global user.name github-actions
git config --global user.email github-actions@github.com
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git commit -am "Fix translated files"
git push

0 comments on commit 1697e5f

Please sign in to comment.