Skip to content

Commit

Permalink
Update notify-mattermost.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Jul 20, 2023
1 parent cff2a67 commit 87312b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/contrib/post-deploy/notify-mattermost.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = async (manifests, options, context) => {
// if we're running through GitHub actions
if (process.env.GITHUB_JOB) {
deploymentMessage.push(
`🔎 ${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}/jobs/${process.env.GITHUB_JOB}`
`🔎 ${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}`
)
}
}
Expand Down

0 comments on commit 87312b7

Please sign in to comment.