Skip to content

Commit

Permalink
fix: bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto authored Sep 9, 2024
1 parent aae645c commit d0d07ae
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
node-version: '12'
- run: npm install
- name: Update Browserslist database and create PR if applies
uses: c2corg/browserslist-update-action@v2
with:
commit_message: 'chore: update Browserslist db'
title: 'Update Browserslist database'
body: Auto-generated by `.github/workflows/browserslist.yml` using c2corg/browserslist-update-action
labels: 'dependencies,fast tracked,process,size/XS'
reviewers: 'doamatto'

uses: c2corg/browserslist-update-action@v2
with:
commit_message: 'chore: update Browserslist db'
title: 'Update Browserslist database'
body: Auto-generated by `.github/workflows/browserslist.yml` using c2corg/browserslist-update-action
labels: 'dependencies,fast tracked,process,size/XS'
reviewers: 'doamatto'

0 comments on commit d0d07ae

Please sign in to comment.