From 46309ef63f298fb6cb33f66eea9f4ad7df8219c5 Mon Sep 17 00:00:00 2001 From: seth mccombs Date: Tue, 20 Aug 2024 09:04:08 -0700 Subject: [PATCH] fix project_id error message typo --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 58aa6a05..5e84980c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -202,7 +202,7 @@ export async function run(logger: Logger) { // Set the project ID environment variables to the computed values. if (!projectID) { logger.info( - `⚠️ Failed to a project ID from the given inputs. Neither the ` + + `⚠️ Failed to compute a project ID from the given inputs. Neither the ` + `"project_id" output nor any environment variables will be ` + `exported. If you require these values in other steps, specify the ` + `"project_id" input directly.`,