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 7b5606f commit c46e46fCopy full SHA for c46e46f
.github/workflows/99-update-browserslist-database.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Update Browserslist database
28
run: npx update-browserslist-db@latest
29
30
+ - name: Set commiter 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@v6
35
with:
0 commit comments