Skip to content

Commit

Permalink
rebuild GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed May 28, 2021
1 parent 9541798 commit f6f9676
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/createOrUpdateStagingDeploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit f6f9676

Please sign in to comment.