Skip to content

Commit bcdb05d

Browse files
authored
Add repository input to the action metadata (#2)
That way the actions don't show warning/errors.
1 parent ea4b628 commit bcdb05d

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
@@ -25,6 +25,9 @@ inputs:
2525
commitish:
2626
description: 'Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit'
2727
required: false
28+
repository:
29+
description: 'owner/repo path to change where the release is created'
30+
required: false
2831
outputs:
2932
id:
3033
description: 'The ID of the created Release'

0 commit comments

Comments
 (0)