Skip to content

Commit

Permalink
docs: add input parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Dec 31, 2023
1 parent 89e6212 commit f114749
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,14 @@ inputs:
post:
description: 'Package post.'
default: ''

build_requires:
description: 'Package build requires.'
# NOTE: for nim parseops package bugs
default: '-'
requires:
description: 'Package requires.'
# NOTE: for nim parseops package bugs
default: '-'
```
## Output
Expand Down

0 comments on commit f114749

Please sign in to comment.