From a76597e4a27e8e483b1d2b37fdcc384dc1f6ca50 Mon Sep 17 00:00:00 2001 From: Shivansh Saini Date: Thu, 25 Jun 2020 16:39:28 +0530 Subject: [PATCH] Fix action name conflict --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdc80dc..45cc9b7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See [action.yml](action.yml) for more details. ```yaml steps: - - uses: shivanshs9/setup-operator-sdk@v1 + - uses: shivanshs9/setup-k8s-operator-sdk@v1 with: version: "^0.17.0" # The operator-sdk version to download (if necessary) and use. ``` diff --git a/action.yml b/action.yml index e11e7d7..2a5b0dd 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Setup Operator SDK" +name: "setup-k8s-operator-sdk" description: "Setup Operator SDK and add it to the PATH" author: "Shivansh Saini" inputs: