Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 4, 2021
1 parent 885fa34 commit c13bcfd
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,27 @@ Auto generate documentation from actions.yml like [this](#inputs) by simply addi

<!-- AUTO-DOC-INPUT:END -->

### 👆 This is autogenerated 👆
### 👆 This is autogenerated 👆 using:

`action.yml`

```yaml
...
inputs:
action:
description: 'Path to the action.yml file'
required: true
default: action.yml
output:
description: 'Output file'
required: true
default: README.md

runs:
...
branding:
...
```

* Free software: [Apache License 2.0](LICENSE)

Expand Down

0 comments on commit c13bcfd

Please sign in to comment.