Skip to content

Commit b62bbd1

Browse files
committed
make the commit sha a link that can be clicked
1 parent e5ca79f commit b62bbd1

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
@@ -16,7 +16,7 @@ export async function deploymentConfirmation(context, octokit, data) {
1616
1717
In order to proceed with this deployment, __${context.actor}__ must react to this comment with either a 👍 or a 👎.
1818
19-
- Commit: \`${data.sha}\`
19+
- Commit: [\`${data.sha}\`](${data.commit_html_url})
2020
- Committer: \`${data.committer}\` - **${data.isVerified ? 'verified' : 'unverified'}**
2121
- Environment: \`${data.environment}\`
2222
- Branch: \`${data.ref}\`

0 commit comments

Comments
 (0)