Skip to content

Commit f4228da

Browse files
authored
refactor: simplification (#3100)
we'd like to simplify our code regarding the husky usage in the pipeline.
1 parent be8619a commit f4228da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/99-update-browserslist-database.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ jobs:
2727
- name: Update Browserslist database
2828
run: npx update-browserslist-db@latest
2929

30-
- name: Set committer email
31-
run: echo "COMMIT_MAIL=41898282+github-actions[bot]@users.noreply.github.com" >> .env
32-
3330
- name: Create Pull Request
3431
uses: peter-evans/create-pull-request@v7
32+
env:
33+
HUSKY: 0 # Disable Husky hooks in CI
3534
with:
3635
token: ${{ secrets.GITHUB_TOKEN }}
3736
commit-message: 'chore: update Browserslist database'

0 commit comments

Comments
 (0)