Skip to content

Commit

Permalink
kinda
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Oct 21, 2023
1 parent 8ae65e1 commit b241f8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Apply PR translation
run: |
git fetch origin translate
git cherry-pick -n origin/translate
- name: 'Generate Translation'
Expand All @@ -55,4 +56,4 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "SS220Manager"
git commit -m "Generate translation file"
git push -u -f origin/translate
git push -u -f origin translate

0 comments on commit b241f8a

Please sign in to comment.