Skip to content

Commit

Permalink
Simplified action's name
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Livieratos authored Jan 3, 2022
1 parent 42a5995 commit 993379b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -17,4 +17,4 @@ runs:
using: "docker"
image: "Dockerfile"
args:
- ${{ inputs.command }}
- ${{ inputs.command }}

0 comments on commit 993379b

Please sign in to comment.