From 99ae2502095729d15c526e661312e8850426d06f Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 16 May 2025 09:51:00 +0100 Subject: [PATCH] AGAIN --- .github/workflows/i18n-crowdin-download.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n-crowdin-download.yml b/.github/workflows/i18n-crowdin-download.yml index f1dad12ac91..352dae59d5f 100644 --- a/.github/workflows/i18n-crowdin-download.yml +++ b/.github/workflows/i18n-crowdin-download.yml @@ -150,7 +150,7 @@ jobs: # - the PR does not modify the en-US locale # TODO make these paths inputs to the workflow when we move this to a shared repo run: | - filesChanged="$(gh pr diff --name-only ${PR_URL})" + filesChanged=$(gh pr diff --name-only ${PR_URL}) if [[ $(echo "$filesChanged" | grep -cv -e 'public/locales/[a-zA-Z\-]*/grafana.json' -e 'public/app/plugins/datasource/azuremonitor/locales/[a-zA-Z\-]*/grafana-azure-monitor-datasource.json') -ne 0 ]]; then echo "Non-i18n changes detected, not approving"