Skip to content

Commit

Permalink
Merge branch 'master' into translate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 5, 2023
2 parents 6200aa2 + 5cc3e46 commit fced2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Create temporary branch
run: |
git checkout -b translate_tmp $(git log -n 1 --pretty=format:%H origin/translate -- tools/translator/ss220replace.json)
git checkout -b translate_tmp ${{ github.sha }}^
- name: Apply PR translation
run: |
git diff ..$(git log -n 1 --pretty=format:%H origin/translate) | git apply
git diff ${{ github.sha }}^..${{ github.sha }} | git apply
- name: 'Generate Translation'
run: |
Expand Down

0 comments on commit fced2a0

Please sign in to comment.