From 7805789a22f9dbd8142aff0dba7149b0c505146a Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Sun, 19 Nov 2023 16:57:55 +0300 Subject: [PATCH] fix: typo in github action matrix name --- scripts/sync_translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync_translations.py b/scripts/sync_translations.py index bebf3d8c002..333a6f930c5 100644 --- a/scripts/sync_translations.py +++ b/scripts/sync_translations.py @@ -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: