Skip to content

Commit d19bcba

Browse files
committed
add a link to the logs
1 parent 8c60cc1 commit d19bcba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/functions/deployment-confirmation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function deploymentConfirmation(context, octokit, data) {
2121
- Branch: \`${data.ref}\`
2222
- Deployment Type: \`${data.deploymentType}\`
2323
24-
> You will have \`${data.deployment_confirmation_timeout}\` seconds to confirm this deployment.
24+
> You will have \`${data.deployment_confirmation_timeout}\` seconds to confirm this deployment ([logs](${data.log_url})).
2525
2626
<details><summary>Details</summary>
2727

0 commit comments

Comments
 (0)