From 153ab6e90fc8acdaf3a4e3c9a5ac6db47e0ec27e Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Fri, 26 Jan 2024 04:40:33 +0100 Subject: [PATCH] Update compileTranslations.yml --- .github/workflows/compileTranslations.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/compileTranslations.yml b/.github/workflows/compileTranslations.yml index 1aa9f50..575ebc7 100644 --- a/.github/workflows/compileTranslations.yml +++ b/.github/workflows/compileTranslations.yml @@ -42,6 +42,4 @@ jobs: git config --local user.name "Translator Bot" git add . git commit -m "Compile translations" - - git config push.default upstream - git push + git push origin -u $(git rev-parse --abbrev-ref HEAD)