Skip to content

Commit

Permalink
Merge branch 'feature-add-plugins' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind authored Jan 10, 2021
2 parents c0b1f6f + 1015fa1 commit 8d84d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prettier Action Plugins
name: Prettier Action
description: Automatically runs prettier on all your changes.

author: Conrad Großer <grosserconrad@gmail.com>
Expand Down Expand Up @@ -38,7 +38,7 @@ inputs:
prettier_plugins:
description: Install Prettier plugins, i.e. `@prettier/prettier-php @prettier/some-other-plugin`
required: false
default: false
default: ''

runs:
using: 'docker'
Expand Down

0 comments on commit 8d84d9c

Please sign in to comment.