Skip to content

Commit

Permalink
I hatye debuggin workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Oct 21, 2023
1 parent 154147a commit ff6d9b0
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 ff6d9b0

Please sign in to comment.