Fix git clone failing in Highlight Template Changes workflow after Git 2.45.1 release (#47579)
This commit is contained in:
parent
edc22bca24
commit
1b7279f78c
|
@ -20,6 +20,8 @@ jobs:
|
|||
- name: 'Analyze'
|
||||
id: 'analyze'
|
||||
working-directory: 'tools/code-analyzer'
|
||||
env:
|
||||
GIT_CLONE_PROTECTION_ACTIVE: false
|
||||
run: |
|
||||
HEAD_REF=$(git rev-parse HEAD)
|
||||
exclude="plugins/woocommerce/tests plugins/woocommerce-admin/tests plugins/woocommerce-blocks/tests"
|
||||
|
|
Loading…
Reference in New Issue