From 8c8fd6e412ac3ea2672397d59041b3d6488311f6 Mon Sep 17 00:00:00 2001 From: KoJIT Date: Sun, 19 Nov 2023 15:33:20 +0500 Subject: [PATCH] fix --- .github/workflows/ci_translate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_translate.yml b/.github/workflows/ci_translate.yml index 4eb852490c3b..91b43a636f5f 100644 --- a/.github/workflows/ci_translate.yml +++ b/.github/workflows/ci_translate.yml @@ -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: |