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 8c8fd6e commit 48c9473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Apply PR translation
run: |
git diff origin/translate..${{ github.sha }} | git apply
git diff ..${{ github.sha }} | git apply
- name: 'Generate Translation'
run: |
Expand Down

0 comments on commit 48c9473

Please sign in to comment.