-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Javier Manrique
committed
Nov 23, 2024
1 parent
40e5bb3
commit 8609eef
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,14 @@ jobs: | |
OUTPUT_LANGUAGES: "ES,FR,DE,ZH,UK,JA,RU,AR,PT,IT,KO,NL,SV,PL,TR,DA,FI,EL,HU" | ||
INPUT_FOLDER: "./shared/presentation/src/commonMain/composeResources/values" | ||
|
||
- name: Add strings.xml to Git | ||
run: git add app/src/main/res/* | ||
- name: Add common strings.xml to Git | ||
run: git add ./shared/presentation/src/commonMain/composeResources/values/* | ||
|
||
- name: Commit files | ||
run: | | ||
git config --local user.email ${{ vars.COMMITER_EMAIL }} | ||
git config --local user.name ${{ vars.COMMITER_NAME }} | ||
git commit -a -m "Github Action automatic translations of general strings" | ||
git commit -a -m "Github Action automatic translation of common strings" | ||
- name: GitHub Push | ||
uses: ad-m/[email protected] | ||
|