Skip to content

Commit

Permalink
Fix git username
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Dec 19, 2024
1 parent 0b501d7 commit aac1507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/i18n-custom-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Commit and push changes
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git checkout -b update-locales
git add -A
git commit -m "Update locales"
Expand Down

0 comments on commit aac1507

Please sign in to comment.