Skip to content

Commit

Permalink
Update default args (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Aug 22, 2021
1 parent 7fc4cbb commit d0fa2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Want a cool `Table of Contents` for your markdown and also auto sync changes eac
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
| plugins | `string` OR `string[]` | `false` | `remark-toc` | List of [remarkjs plugins](https://github.com/remarkjs/remark/blob/main/doc/plugins.md) |
| files | `string` OR `string[]` | `false` | `README.md` | List of input markdown files |
| args | `string` | `false` | `'--use toc --output'` | [remark cli](https://github.com/unifiedjs/unified-args#cli) options. |
| args | `string` | `false` | `'-r .remarkrc.json --use toc --output'` | [remark cli](https://github.com/unifiedjs/unified-args#cli) options. |

## Example

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
args:
description: 'Argument passed to remark cli'
required: true
default: "--rc-path /.remarkrc.json --use toc --output"
default: "-r .remarkrc.json --use toc --output"

runs:
using: 'docker'
Expand Down

0 comments on commit d0fa2bb

Please sign in to comment.