Skip to content

Commit

Permalink
KINDA THIS
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Oct 21, 2023
1 parent 51cb138 commit 5ef33e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
- name: Create temporary branch
run: |
git branch -f translate_tmp
git checkout translate_tmp
git branch
git checkout -b translate_tmp
git reset --hard origin/master
- name: Apply existing translation
run: |
git fetch origin translate
Expand Down
2 changes: 1 addition & 1 deletion tools/translator/converter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import git
import json
BUILD_PATH = "./../../"
BUILD_PATH = "./"


repo = git.Repo(BUILD_PATH)
Expand Down

0 comments on commit 5ef33e6

Please sign in to comment.