Skip to content

Commit

Permalink
fix: Name in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkershner6 committed Dec 31, 2023
1 parent 5e9fe7e commit 869c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const project = new Node20GitHubActionTypescriptProject({
description: "Comment on PRs with Jest Coverage",

actionMetadata: {
name: "Comment Reaction",
name: "Jest Coverage Commenter",
description: "Comment on PRs with Jest Coverage Information",
inputs: {
github_token: {
Expand Down

0 comments on commit 869c32e

Please sign in to comment.