Skip to content

Commit 1ea5263

Browse files
authored
modified action.yml
1 parent f68e26e commit 1ea5263

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

action.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: 'Kubeval Validation'
2-
description: 'Validates Kubernetes manifest files using kubeval'
3-
author: 'Dhrubajyyoti Chakraborty'
1+
name: "Kubeval Validation"
2+
description: "Validates Kubernetes manifest files using kubeval"
3+
author: "Dhrubajyyoti Chakraborty"
4+
branding:
5+
icon: "check"
6+
color: "black"
47
inputs:
58
directory:
6-
description: 'Directory containing the Kubernetes manifest files'
9+
description: "Directory containing the Kubernetes manifest files"
710
required: true
811
runs:
9-
using: 'docker'
10-
image: 'Dockerfile'
12+
using: "docker"
13+
image: "Dockerfile"

0 commit comments

Comments
 (0)