mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 19:23:02 +01:00
Try avoiding new git security measure
This commit is contained in:
parent
8dd6ee2f88
commit
9578dd0d5c
2
.github/workflows/tzdata-update.yml
vendored
2
.github/workflows/tzdata-update.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
ref: ${{ matrix.branch }}
|
ref: ${{ matrix.branch }}
|
||||||
|
|
||||||
- name: Checkout ICU
|
- name: Checkout ICU
|
||||||
run: git clone --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout
|
run: git clone -c core.hooksPath=/dev/null --depth 1 https://github.com/unicode-org/icu-data.git -b main /tmp/icu-checkout
|
||||||
|
|
||||||
- name: Check and update
|
- name: Check and update
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user