diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index eb6479a7510..9be41c0b67c 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -21,6 +21,11 @@ jobs: node-version: '18' cache: 'npm' + - name: Disable Husky + run: | + echo "HUSKY=0" >> $GITHUB_ENV + git config --global core.hooksPath /dev/null + - name: Install dependencies run: npm ci