We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4944a commit b15baddCopy full SHA for b15badd
src/action.ts
@@ -141,7 +141,7 @@ export class Action {
141
142
get prComment(): string {
143
return `
144
-[${this.commitSha}](https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${this.commitSha} has been deployed!
+[${this.commitSha}](https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${this.commitSha}) has been deployed!
145
- **Commit:** \`${this.commitSha}\`
146
- **Stage:** \`${this.stage}\`
147
- **URL:** [${this.httpApiUrl}](${this.httpApiUrl})
0 commit comments