We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d6c1e commit 8e523b4Copy full SHA for 8e523b4
action.yml
@@ -1,5 +1,5 @@
1
name: 'webfactory/create-aws-codedeploy-deployment'
2
-description: 'Really useful'
+description: 'An Action to deploy GitHub repos with AWS CodeDeploy'
3
inputs:
4
application:
5
description: 'AWS CodeDeploy application name; defaults to short repository name'
@@ -13,3 +13,7 @@ outputs:
13
runs:
14
using: 'node12'
15
main: 'dist/index.js'
16
+
17
+branding:
18
+ icon: cast
19
+ color: orange
0 commit comments