Skip to content

Commit 7793955

Browse files
authored
Update README.md (#164)
1 parent 5f07d64 commit 7793955

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
with:
4747
style: file
4848
# The following value will only update a single comment
49-
# in a pull request's thread. Set it to false to disable the comment. # Set it to true to post a new comment (and delete the old comment).
49+
# in a pull request's thread. Set it to false to disable the comment.
50+
# Set it to true to post a new comment (and delete the old comment).
5051
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
5152

5253
- name: Fail fast?!
@@ -137,7 +138,7 @@ jobs:
137138

138139
- **Description**: Set this option to true or false to enable or disable the use of a thread comment that basically says 'Looks Good To Me' (when all checks pass).
139140
- See `thread-comments` option for further details.
140-
- Default: true (as is no LGTM comment used)
141+
- Default: true (meaning no LGTM comment used)
141142

142143
#### `step-summary`
143144

0 commit comments

Comments
 (0)