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: