diff --git a/.github/workflows/update-browserlist-db.yaml b/.github/workflows/update-browserlist-db.yaml index 61502ceb844520bdb18b4558c6feeef42fa3d2fc..1fdf8d35fff2da87b93c4eaa5e5e1885ceb74a62 100644 --- a/.github/workflows/update-browserlist-db.yaml +++ b/.github/workflows/update-browserlist-db.yaml @@ -28,7 +28,10 @@ jobs: github_token: ${{ secrets.PAT }} branch: browserslist-update base_branch: main - commit_message: 'Signed-off-by: GitHub Action <action@github.com>' + commit_message: | + build: update Browserslist db + + Signed-off-by: GitHub Action <action@github.com> title: 'build: update Browserslist db' body: Auto-generated by [browserslist-update-action](https://github.com/c2corg/browserslist-update-action/) labels: 'dependencies'