From 6a304cd134d25b721154f3cec97978b566d01567 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Thu, 26 Sep 2019 20:34:38 +0200 Subject: [PATCH] working -> interacting --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9198541..107edfe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL homepage="https://github.com/exelban/gcloud" LABEL maintainer="Serhiy Mytrovtsiy " LABEL com.github.actions.name="Kuberentes (k8s) cli - kubectl" -LABEL com.github.actions.description="GitHub Action for working with kubectl (k8s)" +LABEL com.github.actions.description="GitHub Action for interacting with kubectl (k8s)" LABEL com.github.actions.icon="terminal" LABEL com.github.actions.color="blue" diff --git a/README.md b/README.md index 724f644..1f0f7b6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Preview](https://serhiy.s3.eu-central-1.amazonaws.com/Github_repo/kubectl/logo.png)](https://cloud.google.com) -GitHub Action for working with kubectl ([k8s](https://kubernetes.io)) +GitHub Action for interacting with kubectl ([k8s](https://kubernetes.io)) ## Usage To use kubectl put this step into your workflow: