Skip to content

Commit

Permalink
IOS-8302: Test 5
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Fedorov <[email protected]>
  • Loading branch information
m3g0byt3 committed Nov 6, 2024
1 parent 20e1644 commit 5fa7438
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-localizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
update-localizations:
runs-on: macos-14
env:
APP_LOCALIZATIONS_DESTINATION: "TangemSdk/TangemSdk/Common/Localization/Resources"
SDK_LOCALIZATIONS_DESTINATION: "TangemSdk/TangemSdk/Common/Localization/Resources"
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:
run: |
bundle exec fastlane update_translations \
languages:${{ github.event.inputs.langs }} \
destination:${{ env.APP_LOCALIZATIONS_DESTINATION }}
destination:${{ env.SDK_LOCALIZATIONS_DESTINATION }}
- name: Push changes and open a pull-request
env:
Expand All @@ -58,8 +58,7 @@ jobs:
git config --global user.email "[email protected]"
git checkout -b $SOURCE_BRANCH $TARGET_BRANCH
git add "${APP_LOCALIZATIONS_DESTINATION}"
git add "${BSDK_LOCALIZATIONS_DESTINATION}"
git add "${SDK_LOCALIZATIONS_DESTINATION}"
: "${LANGUAGES:="all"}"
commit_message="Sync translations for \`${LANGUAGES}\` languages"
Expand Down

0 comments on commit 5fa7438

Please sign in to comment.