Skip to content

Commit

Permalink
Fix invalid input name (#2)
Browse files Browse the repository at this point in the history
Update `close-comment` to `close-message`
  • Loading branch information
licitdev authored Dec 25, 2024
1 parent c45fdda commit d70f7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ inputs:
days-before-close:
required: true
description: Days before an issue is closed after the stale label has been added to it
close-comment:
close-message:
required: true
description: Comment which will be added to issues when closing
description: Message which will be added to issues when closing
dry-run:
description: Run the action without effectively closing stale issues
default: 'false'
Expand Down

0 comments on commit d70f7d4

Please sign in to comment.