Skip to content

Commit 9070da9

Browse files
committed
Correct typo in option name
1 parent 3398343 commit 9070da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The artifact glob path to find the JUnit XML files.
2626

2727
Example: `tmp/junit-*.xml`
2828

29-
### `allways-annotate` (optional, boolean)
29+
### `always-annotate` (optional, boolean)
3030

3131
Forces the creation of the annotation even when no failures or errors are found
3232

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configuration:
77
properties:
88
artifacts:
99
type: string
10-
allways-annotate:
10+
always-annotate:
1111
type: boolean
1212
context:
1313
type: string

0 commit comments

Comments
 (0)