Skip to content

Commit 1056049

Browse files
committed
Fix typo in CI fail comment
1 parent 01be75a commit 1056049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
issue_number: pr.number,
4545
owner: context.repo.owner,
4646
repo: context.repo.repo,
47-
body: `@${assignees[0].login} - One or more CI jobs failed - [details](${failedRun.html_url}))`
47+
body: `@${assignees[0].login} - One or more CI jobs failed - [View details](${failedRun.html_url})`
4848
});
4949
console.log("CI failed, assignee notified.")

0 commit comments

Comments
 (0)