We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f431b4b commit 744a572Copy full SHA for 744a572
1 file changed
src/main.ts
@@ -45,6 +45,8 @@ export async function run(): Promise<void> {
45
core.exportVariable('CLOUDSDK_METRICS_ENVIRONMENT', 'github-actions-setup-gcloud');
46
core.exportVariable('CLOUDSDK_METRICS_ENVIRONMENT_VERSION', appVersion);
47
48
+ process.env.CLOUDSDK_CORE_DISABLE_PROMPTS = '1';
49
+
50
// Warn if pinned to HEAD
51
if (isPinnedToHead()) {
52
core.warning(pinnedToHeadWarning('v2'));
0 commit comments