Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KoJIT2009 committed Nov 19, 2023
1 parent c7d4bfe commit 8c8fd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- name: Create temporary branch
run: |
git checkout -b translate_tmp ${{ github.sha }}^
git checkout -b translate_tmp origin/translate
- name: Apply PR translation
run: |
git diff ${{ github.sha }}^..${{ github.sha }} | git apply
git diff origin/translate..${{ github.sha }} | git apply
- name: 'Generate Translation'
run: |
Expand Down

0 comments on commit 8c8fd6e

Please sign in to comment.