mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 01:07:46 +00:00
fix(ci): include commons translations in the Crowdin PR
The Crowdin action now downloads the commons module's Compose-resource translations too, but the create-pull-request step's add-paths still only covered amethyst/ and docs/. New untracked commons files created by the Crowdin action (run as root in its container) were therefore left out of the commit and shelved by git stash --include-untracked, which failed with 'Permission denied' when trying to remove the root-owned files. Add commons/src/commonMain/composeResources/**/strings.xml to add-paths so those translations are committed into the PR instead of being stashed.
This commit is contained in:
@@ -61,6 +61,7 @@ jobs:
|
||||
branch: l10n_crowdin_translations
|
||||
add-paths: |
|
||||
amethyst/src/main/res/**/strings.xml
|
||||
commons/src/commonMain/composeResources/**/strings.xml
|
||||
docs/changelog/translators.json
|
||||
commit-message: 'chore: sync Crowdin translations and seed translator npub placeholders'
|
||||
title: 'New Crowdin Translations'
|
||||
|
||||
Reference in New Issue
Block a user