Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 28, 2021
1 parent 16c0157 commit 4275126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ description: Markdown processor
author: tj-actions
inputs:
plugins:
description: 'List of remark plugins to be installed.'
description: 'List of [remarkjs plugins](https://github.com/remarkjs/remark/blob/main/doc/plugins.md).'
required: true
default: |
remark-toc
files:
description: 'Input file(s)'
description: ' List of input markdown files '
required: true
default: |
README.md
args:
description: 'Argument passed to remark cli'
description: '[remark cli](https://github.com/unifiedjs/unified-args#cli) options.'
required: true
default: "-r /.remarkrc.json --use toc --output"

Expand Down

0 comments on commit 4275126

Please sign in to comment.