Skip to content

Commit

Permalink
Wip: I hate debuggin workflows (ss220club#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior authored and BR54FF committed Oct 23, 2023
1 parent 14052f6 commit 3c01e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Apply existing translation
run: |
git fetch origin translate
git checkout origin/translate -- ./tools/translator/ss220replace.json
./tools/translator/ss220_replacer_linux --prefix=ss220 --root=./../../ --location=./
- name: Apply PR translation
run: |
git fetch origin translate
git cherry-pick -n origin/translate
- name: 'Generate Translation'
Expand Down

0 comments on commit 3c01e85

Please sign in to comment.