Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo authored Aug 25, 2024
1 parent 00544bf commit b442513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Replace Keywords in Comments'
description: 'Replaces :compliment: and :insult: in issue comments with custom text.'
name: 'Comment Charm'
description: 'Transform your PR comments with magical compliments and cheeky insults using GitHub Actions!'
inputs:
comment-body:
description: 'The body of the comment to process.'
Expand Down Expand Up @@ -28,4 +28,4 @@ outputs:
description: 'The updated comment body with keywords replaced.'
runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit b442513

Please sign in to comment.