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.`,