Skip to content

Commit e077a64

Browse files
Merge pull request Jimdo#2 from Jimdo/add-target-commitish
add property to action.yml
2 parents a610f6d + 848a5a7 commit e077a64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ inputs:
3131
description: 'schema used to compute next tag. continuous or semantic'
3232
required: false
3333
default: 'continuous'
34+
commitish:
35+
description: 'Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit'
36+
required: false
3437
outputs:
3538
id:
3639
description: 'The ID of the created Release'

0 commit comments

Comments
 (0)