From 9e469a949f5d27cff3a7e6a1d991344e0f84aa80 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 1 May 2022 22:43:25 +1000 Subject: [PATCH] Push from latest master to l10 branch --- .github/workflows/translations.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 24106c028e..044187e135 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -38,19 +38,11 @@ jobs: - name: Make Translations run: | invoke translate - - name: stash changes - run: | - git stash - - name: Checkout Translation Branch - uses: actions/checkout@v2.3.4 - with: - ref: l10 - name: Commit files run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git checkout stash -- . - git reset + git checkout -b l10_local git add "*.po" git commit -m "updated translation base" - name: Push changes