Skip to content

Commit

Permalink
pointed working directory to react-components
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Aug 21, 2023
1 parent 7f1383d commit caf4dd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/locize-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches:
- pramodcog/UX-1220

env:
NODE_OPTIONS: '--max_old_space_size=4096'

jobs:
locize-sync:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,11 +45,13 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

- name: 'Save added keys to locize'
working-directory: react-components
run: yarn save-missing
env:
LOCIZE_API_KEY: ${{ secrets.LOCIZE_API_KEY }}

- name: 'Remove deleted keys from locize'
working-directory: react-components
run: yarn remove-deleted
env:
LOCIZE_API_KEY: ${{ secrets.LOCIZE_API_KEY }}

0 comments on commit caf4dd6

Please sign in to comment.