Skip to content

Commit 784bb94

Browse files
author
Ilya Egorov
committed
Update sync wf
1 parent b23d0a0 commit 784bb94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sync-crowdin-to-rc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ jobs:
4444
git checkout -B l10n-release-candidate-${{ matrix.lang }}
4545
4646
- name: Commit and push translations
47-
run: |
47+
run: |
48+
git stash --include-untracked
49+
git pull --rebase origin l10n-release-candidate-${{ matrix.lang }} || true
50+
git stash pop || true
4851
git add i18n/${{ matrix.lang }}
4952
git diff --quiet --cached || ( \
5053
git commit -m "chore: update ${{ matrix.lang }} translations" && \

0 commit comments

Comments
 (0)