We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23d0a0 commit 784bb94Copy full SHA for 784bb94
.github/workflows/sync-crowdin-to-rc.yml
@@ -44,7 +44,10 @@ jobs:
44
git checkout -B l10n-release-candidate-${{ matrix.lang }}
45
46
- name: Commit and push translations
47
- run: |
+ run: |
48
+ git stash --include-untracked
49
+ git pull --rebase origin l10n-release-candidate-${{ matrix.lang }} || true
50
+ git stash pop || true
51
git add i18n/${{ matrix.lang }}
52
git diff --quiet --cached || ( \
53
git commit -m "chore: update ${{ matrix.lang }} translations" && \
0 commit comments