Skip to content

Commit

Permalink
I hate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Apr 15, 2024
1 parent 40d0fd8 commit b1416bf
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 b1416bf

Please sign in to comment.