diff --git a/.github/workflows/strings.yml b/.github/workflows/strings.yml index 614c5c12d0..ae8a7220e1 100644 --- a/.github/workflows/strings.yml +++ b/.github/workflows/strings.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Find Unused Strings - run: ./tools/find-unused-strings.sh + run: ./tools/unused-strings.sh - name: Find Stale Translations run: ./tools/stale-translations.sh