Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Manrique committed Nov 23, 2024
1 parent 40e5bb3 commit 8609eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/translate-strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8609eef

Please sign in to comment.