From 30d30dc631ca8cfd426e1fc82bd0742e2c1c59e1 Mon Sep 17 00:00:00 2001 From: pkaminski Date: Wed, 17 Nov 2021 19:15:43 +0000 Subject: [PATCH] actions commit: Build 23 --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index e5b52c8..465ed86 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1141,7 +1141,7 @@ function run() { appDeleteCmd.push('--project', projectId); } if (serviceName !== '') { - appVersionCmd.push('--service', serviceName); + appDeleteCmd.push('--service', serviceName); } core.debug(`Deleting ${versionsToDelete.length}, versions: Version ${versionsToDelete.join(' ')}`); // // Run gcloud cmd.