From b241f8a94b04325f8e3e994f920debd7581a4b2f Mon Sep 17 00:00:00 2001 From: Furior Date: Sun, 22 Oct 2023 00:35:30 +0700 Subject: [PATCH] kinda --- .github/workflows/auto_translate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto_translate.yml b/.github/workflows/auto_translate.yml index 91657c547603..94b6cd69a978 100644 --- a/.github/workflows/auto_translate.yml +++ b/.github/workflows/auto_translate.yml @@ -42,6 +42,7 @@ jobs: - name: Apply PR translation run: | + git fetch origin translate git cherry-pick -n origin/translate - name: 'Generate Translation' @@ -55,4 +56,4 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "SS220Manager" git commit -m "Generate translation file" - git push -u -f origin/translate + git push -u -f origin translate