From f6f9676f2d30ad6f3c477f122b053edbb638c80d Mon Sep 17 00:00:00 2001 From: Rory Abraham Date: Thu, 27 May 2021 17:28:27 -0700 Subject: [PATCH] rebuild GH actions --- .github/actions/createOrUpdateStagingDeploy/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/actions/createOrUpdateStagingDeploy/index.js b/.github/actions/createOrUpdateStagingDeploy/index.js index 4bed9fe50980..dbe401cd1ab4 100644 --- a/.github/actions/createOrUpdateStagingDeploy/index.js +++ b/.github/actions/createOrUpdateStagingDeploy/index.js @@ -141,10 +141,8 @@ const run = function () { }); }) .then(({data}) => { - console.log( - `Successfully ${shouldCreateNewStagingDeployCash ? 'created new' : 'updated'} StagingDeployCash! 🎉`, - data.html_url, - ); + // eslint-disable-next-line max-len + console.log(`Successfully ${shouldCreateNewStagingDeployCash ? 'created new' : 'updated'} StagingDeployCash! 🎉 ${data.html_url}`); return data; }) .catch((err) => {