From 1e6273eb82dbc962604b5e4384e78bb28a691bce Mon Sep 17 00:00:00 2001 From: Gary Crye Date: Tue, 21 May 2024 16:36:39 -0600 Subject: [PATCH] Make logs terser --- dist/index.js | 3 +-- src/index.ts | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index cad5343..2064308 100644 --- a/dist/index.js +++ b/dist/index.js @@ -77,8 +77,7 @@ Deployment ID: ${deployment.deploymentId} AWS Account: ${awsAccountAlias} (${awsAccountId}) Region: ${region} -To log in and view the progress of this deployment, click here: -${shortcutLink}`); +Link to deployment: ${shortcutLink}`); await codeDeploy .waitFor('deploymentSuccessful', { deploymentId: deployment.deploymentId diff --git a/src/index.ts b/src/index.ts index 470a3a0..bbc5e36 100644 --- a/src/index.ts +++ b/src/index.ts @@ -48,8 +48,7 @@ Deployment ID: ${deployment.deploymentId} AWS Account: ${awsAccountAlias} (${awsAccountId}) Region: ${region} -To log in and view the progress of this deployment, click here: -${shortcutLink}`) +Link to deployment: ${shortcutLink}`) await codeDeploy .waitFor('deploymentSuccessful', {