diff --git a/.github/workflows/check-i18n.yml b/.github/workflows/check-i18n.yml index 43ce869eb2f2..88d8f3033ab0 100644 --- a/.github/workflows/check-i18n.yml +++ b/.github/workflows/check-i18n.yml @@ -9,5 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 # all - run: scripts/i18n-check.sh -u - run: .github/workflows/scripts/i18n-check-helper.sh diff --git a/scripts/i18n-check.sh b/scripts/i18n-check.sh index ce3ccec44d86..0488380aefe5 100755 --- a/scripts/i18n-check.sh +++ b/scripts/i18n-check.sh @@ -106,8 +106,7 @@ function main() { # if [[ -n $FLAG_VERBOSE ]]; then echo -e "All targets: $TARGETS"; fi fi - set -x # temporary - + set -x git branch -vv SYNCED=1