diff --git a/.github/workflows/resolve-weblate-conflict.yml b/.github/workflows/resolve-weblate-conflict.yml index ef20210ea3f..b106a4f1914 100644 --- a/.github/workflows/resolve-weblate-conflict.yml +++ b/.github/workflows/resolve-weblate-conflict.yml @@ -111,7 +111,7 @@ jobs: - name: Prevent updates and merge conflicts until merged run: | # Have to lock each component individually. Not in the UI, but using the CLI we do. - for component in glossary adventures keywords quizzes commands client-messages web-texts webpages parsons tutorials slides; do + for component in glossary adventures keywords quizzes client-messages web-texts webpages slides; do wlc lock hedy/$component done diff --git a/.github/workflows/unlock-weblate.yml b/.github/workflows/unlock-weblate.yml index 5496e775911..dd6dbdd8daf 100644 --- a/.github/workflows/unlock-weblate.yml +++ b/.github/workflows/unlock-weblate.yml @@ -32,7 +32,7 @@ jobs: - run: | # Have to lock each component individually. Not in the UI, but using the CLI we do. set -x - for component in glossary adventures keywords quizzes commands client-messages web-texts webpages parsons tutorials slides; do + for component in glossary adventures keywords quizzes client-messages web-texts webpages slides; do wlc --debug unlock hedy/$component | sed 's/${{ secrets.WEBLATE_API_KEY }}/*****/g' done - echo "All components unlocked!" \ No newline at end of file + echo "All components unlocked!" diff --git a/.github/workflows/update-weblate.yml b/.github/workflows/update-weblate.yml index 9798e885986..2e6f8ae113c 100644 --- a/.github/workflows/update-weblate.yml +++ b/.github/workflows/update-weblate.yml @@ -60,7 +60,7 @@ jobs: # Have to lock each component individually. Not in the UI, but using the CLI we do. # (NOTE: this list is also below!) - for component in glossary adventures keywords quizzes commands client-messages web-texts webpages parsons tutorials slides; do + for component in glossary adventures keywords quizzes client-messages web-texts webpages slides; do wlc lock hedy/$component done @@ -83,7 +83,7 @@ jobs: # Unlock each component again so we don't stay locked # (NOTE: this list is also above!) - for component in glossary adventures keywords quizzes commands client-messages web-texts webpages parsons tutorials slides; do + for component in glossary adventures keywords quizzes client-messages web-texts webpages slides; do wlc unlock hedy/$component done