Skip to content

Commit 06ecd54

Browse files
committed
Update action.yml
1 parent 8d41eb0 commit 06ecd54

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: 'GitHub Work Flow Hooks'
22
description: 'A Web Hook for GitHub Workflows'
3+
author: 'Rahul Ravikumar'
4+
branding:
5+
icon: 'share'
6+
color: 'green'
7+
38
inputs:
49
webhook-url:
510
description: 'The Web Hook URL where a HTTP POST will be delivered'
@@ -17,4 +22,4 @@ outputs:
1722
description: The result HTTP status text
1823
runs:
1924
using: 'node12'
20-
main: 'index.js'
25+
main: 'built/index.js'

0 commit comments

Comments
 (0)