Skip to content

Commit e377874

Browse files
committed
IMPROVE: add who to greet input for testing
1 parent a304efc commit e377874

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: 'Blogs Cross-Post Action for Teams'
22
description: 'GitHub action for teams to easily cross-post blog article on dev.to, Hashnode and Medium.'
33
author: '@ommyjay'
44
inputs:
5-
milliseconds: # change this
5+
milliseconds:
6+
required: true
7+
description: 'input description here'
8+
default: 'default value if applicable'
9+
who-to-greet:
610
required: true
711
description: 'input description here'
812
default: 'default value if applicable'

0 commit comments

Comments
 (0)