Skip to content

Commit

Permalink
fix: suggest v1 instead of v0 (#584)
Browse files Browse the repository at this point in the history
Signed-off-by: Kengo TODA <skypencil@gmail.com>

Signed-off-by: Kengo TODA <skypencil@gmail.com>
  • Loading branch information
KengoTODA committed Nov 9, 2022
1 parent 6c0e954 commit 2c04298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-gcloud.ts
Expand Up @@ -36,7 +36,7 @@ export const GCLOUD_METRICS_LABEL = 'github-actions-setup-gcloud';
export async function run(): Promise<void> {
// Warn if pinned to HEAD
if (isPinnedToHead()) {
core.warning(pinnedToHeadWarning('v0'));
core.warning(pinnedToHeadWarning('v1'));
}

core.exportVariable(GCLOUD_METRICS_ENV_VAR, GCLOUD_METRICS_LABEL);
Expand Down

0 comments on commit 2c04298

Please sign in to comment.