Skip to content

Commit

Permalink
Update paths in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Dec 20, 2023
1 parent 5b41d26 commit eaa82aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/check_product_locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():
"firefox": {
"name": "Firefox for iOS",
"github_repo": "mozilla-mobile/firefox-ios",
"github_path": "Client",
"github_path": "firefox-ios/Client",
"pontoon_slug": "firefox-for-ios",
},
"focus": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/import_strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Extract strings
cd LocalizationTools
swift run LocalizationTools --export --project-path ../Client.xcodeproj --l10n-project-path ../firefoxios-l10n --locale en-US
swift run LocalizationTools --export --project-path ../firefox-ios/Client.xcodeproj --l10n-project-path ../firefoxios-l10n --locale en-US
cp ../firefoxios-l10n/en-US/*.xliff "${start_folder}/l10n_repo/en-US/"
# Make sure that the reference locale (en-US) has translations, i.e.
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Get the current date for PR title
run: echo "current_date=$(date +"%Y-%m-%d")" >> $GITHUB_ENV
- run : git config --global user.email "[email protected]"
- uses: peter-evans/create-pull-request@v4
- uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.IOS_L10N_TOKEN }}
path: "l10n_repo"
Expand Down

0 comments on commit eaa82aa

Please sign in to comment.