Skip to content

Commit

Permalink
Fix: git creds in action (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored Apr 15, 2024
1 parent 40d0fd8 commit f31e2c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/translate_branch_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
fetch-depth: 0

- name: 'Git config'
run: |
git config --local user.email "[email protected]"
git config --local user.name "SS220Manager"
- name: Merge with their incoming
run: |
git checkout origin/translate
Expand Down

0 comments on commit f31e2c3

Please sign in to comment.