Skip to content

Commit

Permalink
🚧 #140
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Sep 9, 2024
1 parent c6290bf commit 79d062e
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 @@ -6,7 +6,7 @@ branding:
color: "gray-dark"
inputs:
github-token:
description: "Github token, added magically"
description: "Github token, added magically."
allowEmpty:
description: "Boolean - true will only throw a warning if the body is empty, false will fail the run. Defaults to true."
default: true
Expand All @@ -15,7 +15,7 @@ inputs:
bodyDoesNotContain:
description: "String or |-separated array of strings, none of which should be in the PR body, can be left blank"
diffContains:
description: "Word that must be included in the added code"
description: "String that must be included in the added code"
diffDoesNotContain:
description: "Word that should not be in the added code"
linesChanged:
Expand Down

0 comments on commit 79d062e

Please sign in to comment.