We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adae5f commit 86dfa7dCopy full SHA for 86dfa7d
1 file changed
action.yml
@@ -1,13 +1,13 @@
1
name: 'Github Commit Parse'
2
description: 'Parse a Commit with some basic information'
3
inputs:
4
- who-to-greet: # id of input
5
- description: 'Who to greet'
6
- required: true
7
- default: 'World'
+ who-to-greet: # id of input
+ description: 'Who to greet'
+ required: true
+ default: 'World'
8
outputs:
9
- time: # id of output
10
- description: 'The time we greeted you'
+ time: # id of output
+ description: 'The time we greeted you'
11
runs:
12
- using: 'node12'
13
- main: 'index.js'
+ using: 'node12'
+ main: 'index.js'
0 commit comments