Skip to content

Commit

Permalink
Update action files
Browse files Browse the repository at this point in the history
  • Loading branch information
posener committed Oct 19, 2020
1 parent ce92331 commit 0f5f314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ inputs:
default: false
description: "Write functions section."
required: false
types:
default: false
description: "Write types section."
required: false
skip-examples:
default: false
description: "Skip the examples section."
Expand Down Expand Up @@ -76,6 +80,7 @@ runs:
- "-title=${{ inputs.title }}"
- "-recursive=${{ inputs.recursive }}"
- "-functions=${{ inputs.functions }}"
- "-types=${{ inputs.types }}"
- "-skip-examples=${{ inputs.skip-examples }}"
- "-skip-sub-packages=${{ inputs.skip-sub-packages }}"
- "-badge-travisci=${{ inputs.badge-travisci }}"
Expand Down

0 comments on commit 0f5f314

Please sign in to comment.