Skip to content

Commit 642c391

Browse files
committed
Fixed #93 - Fix typo in description
1 parent dbc1c45 commit 642c391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for [Creating a workflow file](https://help.github.com/en/articles/configuring-a
1717
### Inputs
1818

1919
- `paths` - [**required**] Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern)
20-
- `token` - [**required**] Github personal token to add commits to Pull Request
20+
- `token` - [**required**] Github personal token to add comments to Pull Request
2121
- `min-coverage-overall` - [*optional* {default: 80%}] The minimum code coverage that is required to pass for overall project
2222
- `min-coverage-changed-files` - [*optional* {default: 80%}] The minimum code coverage that is required to pass for changed files
2323
- `update-comment` - [*optional* {default: false}] If true, updates the previous coverage report comment instead of creating new one.

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
description: 'Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern)'
66
required: true
77
token:
8-
description: 'Github personal token to add commits to Pull Request'
8+
description: 'Github personal token to add comments to Pull Request'
99
required: true
1010
min-coverage-overall:
1111
description: 'The minimum code coverage that is required to pass for overall project'

0 commit comments

Comments
 (0)