Skip to content

Commit 86dfa7d

Browse files
Update action.yml
1 parent 6adae5f commit 86dfa7d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: 'Github Commit Parse'
22
description: 'Parse a Commit with some basic information'
33
inputs:
4-
who-to-greet: # id of input
5-
description: 'Who to greet'
6-
required: true
7-
default: 'World'
4+
who-to-greet: # id of input
5+
description: 'Who to greet'
6+
required: true
7+
default: 'World'
88
outputs:
9-
time: # id of output
10-
description: 'The time we greeted you'
9+
time: # id of output
10+
description: 'The time we greeted you'
1111
runs:
12-
using: 'node12'
13-
main: 'index.js'
12+
using: 'node12'
13+
main: 'index.js'

0 commit comments

Comments
 (0)