diff --git a/action.yml b/action.yml index 2f132d1..1c0a090 100644 --- a/action.yml +++ b/action.yml @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Get GKE Credentials +name: 'Get GKE Credentials' +author: 'Google LLC' description: |- - Use this action to authenticate to a GKE cluster by generating - an emphemeral kubeconfig to use with kubectl, helm etc. -author: Google LLC + Authenticate to a Google Kubernetes Engine (GKE) cluster by generating an + emphemeral kubeconfig to use with kubectl, helm, etc. inputs: cluster_name: diff --git a/package.json b/package.json index 23d712e..4e3d19e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "get-gke-credentials", + "name": "@google-github-actions/get-gke-credentials", "version": "2.2.1", "description": "Get short lived credentials to a GKE cluster", "main": "dist/index.js",