Skip to content

Commit

Permalink
Fix the repo link.
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Feb 2, 2024
1 parent 74dbaf8 commit 48135d7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ internal static class GitHubContextExtensions

var eventName = context.EventName;
var action = context.Action;
var repository = context.Payload!.Repository!;

var headerSummary = $"The :octocat: [{repository.FullName}]({repository.HtmlUrl}) " +
var headerSummary = $"The :octocat: [ievangelist/profanity-filter](https://github.com/IEvangelist/profanity-filter) " +
$"GitHub Action ran as part of the \"_{eventName}_\" event with the \"_{action}_\" action. " +
$"In {linkedIssueOrPullRequest}, the user @{context.Actor} wrote content that triggered " +
"the configured replacement to filter profane content.";
Expand Down

0 comments on commit 48135d7

Please sign in to comment.