Skip to content

Commit c1387e6

Browse files
authored
Description must be less than 125 characters (#331)
1 parent d08c149 commit c1387e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
name: 'Get GKE Credentials'
1616
author: 'Google LLC'
1717
description: |-
18-
Authenticate to a Google Kubernetes Engine (GKE) cluster by generating an
19-
emphemeral kubeconfig to use with kubectl, helm, etc.
18+
Generate ephemeral credentials for authenticating to Google Kubernetes Engine
19+
(GKE) and kubectl, helm, etc.
2020
2121
inputs:
2222
cluster_name:
@@ -79,7 +79,7 @@ inputs:
7979
to connect to cluster.
8080
default: 'false'
8181
required: false
82-
82+
8383
use_dns_based_endpoint:
8484
description: |-
8585
Set this true to use [DNS-based endpoint](https://cloud.google.com/kubernetes-engine/docs/concepts/network-isolation#dns-based_endpoint)

0 commit comments

Comments
 (0)