Skip to content

test change

test change #6

on:
pull_request:
branches:
- main
paths:
- 'Localizable.xcstrings'
jobs:
update_localizations:
name: Update Localization strings
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetches all history for all branches and tags
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Update Localizations
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
python .github/scripts/update_localizations.py --file_path Localizable.xcstrings