We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8619a commit f4228daCopy full SHA for f4228da
.github/workflows/99-update-browserslist-database.yml
@@ -27,11 +27,10 @@ jobs:
27
- name: Update Browserslist database
28
run: npx update-browserslist-db@latest
29
30
- - name: Set committer email
31
- run: echo "COMMIT_MAIL=41898282+github-actions[bot]@users.noreply.github.com" >> .env
32
-
33
- name: Create Pull Request
34
uses: peter-evans/create-pull-request@v7
+ env:
+ HUSKY: 0 # Disable Husky hooks in CI
35
with:
36
token: ${{ secrets.GITHUB_TOKEN }}
37
commit-message: 'chore: update Browserslist database'
0 commit comments