Skip to content

Commit 8e523b4

Browse files
authored
Update action.yml
1 parent e7d6c1e commit 8e523b4

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
@@ -1,5 +1,5 @@
11
name: 'webfactory/create-aws-codedeploy-deployment'
2-
description: 'Really useful'
2+
description: 'An Action to deploy GitHub repos with AWS CodeDeploy'
33
inputs:
44
application:
55
description: 'AWS CodeDeploy application name; defaults to short repository name'
@@ -13,3 +13,7 @@ outputs:
1313
runs:
1414
using: 'node12'
1515
main: 'dist/index.js'
16+
17+
branding:
18+
icon: cast
19+
color: orange

0 commit comments

Comments
 (0)