diff --git a/.github/workflows/tzdata-update.yml b/.github/workflows/tzdata-update.yml index 252bff62d7..edbecdffe8 100644 --- a/.github/workflows/tzdata-update.yml +++ b/.github/workflows/tzdata-update.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ matrix.branch }} - name: Checkout ICU - run: git clone -c core.hooksPath=/dev/null --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout + run: GIT_CLONE_PROTECTION_ACTIVE=false git clone --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout - name: Check and update run: |