From 10b41bbe2cccc290b660ae613c79ab6aefffb1bc Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 21 Aug 2026 12:09:15 -0700 Subject: [PATCH] fix(ci): pass locale selector to generator --- .github/workflows/control-ui-locale-refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/control-ui-locale-refresh.yml b/.github/workflows/control-ui-locale-refresh.yml index 762c51f1fa02..6904514df077 100644 --- a/.github/workflows/control-ui-locale-refresh.yml +++ b/.github/workflows/control-ui-locale-refresh.yml @@ -215,7 +215,7 @@ jobs: LOCALE: ${{ matrix.locale }} run: | set -euo pipefail - pnpm ui:i18n:sync -- --locale "${LOCALE}" + pnpm ui:i18n:sync --locale "${LOCALE}" - name: Prepare locale artifact env: