diff --git a/action.yml b/action.yml index 601d788..d2d0d05 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Github Action for Helm on EKS (with aws-iam-authenticator)" +name: "Helm on EKS (with aws-iam-authenticator)" description: "Authenticates on EKS clusters using aws-iam-authenticator and executes Helm commands. Can also be used with kubectl commands." branding: icon: 'anchor' @@ -17,4 +17,4 @@ runs: using: "docker" image: "Dockerfile" args: - - ${{ inputs.command }} \ No newline at end of file + - ${{ inputs.command }}