Skip to content

Commit b15badd

Browse files
committed
fix comment
1 parent 7f4944a commit b15badd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class Action {
141141

142142
get prComment(): string {
143143
return `
144-
[${this.commitSha}](https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${this.commitSha} has been deployed!
144+
[${this.commitSha}](https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${this.commitSha}) has been deployed!
145145
- **Commit:** \`${this.commitSha}\`
146146
- **Stage:** \`${this.stage}\`
147147
- **URL:** [${this.httpApiUrl}](${this.httpApiUrl})

0 commit comments

Comments
 (0)