Skip to content

Commit

Permalink
Rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquín Moreira authored and Joaquín Moreira committed Jan 17, 2020
1 parent 49cc66e commit fb0def6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
k8s-gh-action
kubernetes-action
=============
Runs `kubectl` with support for `AWS EKS`.
Interacts with kubernetes clusters calling `kubectl` commands. Integrates support for **AWS EKS**.

## Usage

Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Kubectl"
description: "Trigger kubectl actions with support for aws"
name: "Kubernetes Action"
description: "Interacts with kubernetes clusters calling kubectl commands. Integrates support for AWS EKS."
inputs:
args:
description: "Arguments of kubectl"
required: true
outputs:
result:
description: "Result of the kubectl command run"
description: "Output of the kubectl command run"
runs:
using: "docker"
image: "Dockerfile"
Expand Down

0 comments on commit fb0def6

Please sign in to comment.