Skip to content

Commit c46e46f

Browse files
authored
refactor: set commiter email (#3070)
refactor-set-commiter-email
1 parent 7b5606f commit c46e46f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

30+
- name: Set commiter email
31+
run: echo "COMMIT_MAIL=41898282+github-actions[bot]@users.noreply.github.com" >> .env
32+
3033
- name: Create Pull Request
3134
uses: peter-evans/create-pull-request@v6
3235
with:

0 commit comments

Comments
 (0)