Skip to content

Commit

Permalink
Merge pull request #2 from Jimdo/add-target-commitish
Browse files Browse the repository at this point in the history
add property to action.yml
  • Loading branch information
AndreBlumenthal authored Feb 14, 2023
2 parents a610f6d + 848a5a7 commit e077a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ inputs:
description: 'schema used to compute next tag. continuous or semantic'
required: false
default: 'continuous'
commitish:
description: 'Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit'
required: false
outputs:
id:
description: 'The ID of the created Release'
Expand Down

0 comments on commit e077a64

Please sign in to comment.