Skip to content

Commit

Permalink
fix: Update user-agent to match other repos (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Feb 16, 2022
1 parent 68b8d09 commit 73fa95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gkeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import YAML from 'yaml';
const { version: appVersion } = require('../package.json');

// userAgent is the user agent string.
const userAgent = `github-actions-get-gke-credentials/${appVersion}`;
const userAgent = `google-github-actions:get-gke-credentials/${appVersion}`;

// clusterResourceNamePattern is the regular expression to use to match resource
// names.
Expand Down

0 comments on commit 73fa95e

Please sign in to comment.