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', {