Skip to content

Commit

Permalink
fix: declare additional_options as action inputs (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jul 26, 2022
1 parent c1cc889 commit cb5d8c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -3,6 +3,9 @@ name: 'Python Semantic Release'
description: 'Automatic Semantic Versioning for Python projects'

inputs:
additional_options:
description: 'Additional options for the publish command. Example: --noop'
required: false
directory:
description: 'Sub-directory to cd into before running semantic-release'
default: '.'
Expand Down

0 comments on commit cb5d8c7

Please sign in to comment.