Skip to content

Commit

Permalink
fix: typo in github action matrix name
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Nov 19, 2023
1 parent 3e3ef4f commit 7805789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def run_from_workflow_yaml_file(self, workflow_configs):
"""
Run the script from a GitHub Actions migrate-from-transifex-old-project.yml workflow file.
"""
pairs_list = workflow_configs['jobs']['migrate-translations']['strategy']['matrix']['batch']
pairs_list = workflow_configs['jobs']['migrate-translations']['strategy']['matrix']['resource']

print('Verifying existence of resource pairs...')
for pair in pairs_list:
Expand Down

0 comments on commit 7805789

Please sign in to comment.