Skip to content

Commit 512237a

Browse files
author
Shikha Mishra
authored
Updated Readme
1 parent 0b9cf43 commit 512237a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ This action checks coding standard of magento 2 extensions.
44

55
## Inputs
66

7-
## `error-severity`
7+
`errorSeverity`
8+
9+
`warningSeverity`
810

9-
The severity of error to check. Default `"10"`.
1011

1112
## Outputs
1213

@@ -16,6 +17,10 @@ The test result
1617

1718
## Example usage
1819

19-
uses: actions/magento2-docker-action@v1
20-
with:
21-
error-severity: '10'
20+
`uses: shikhamis11/magento2-docker-action@master`
21+
22+
`with:`
23+
24+
errorSeverity: "5"
25+
26+
warningSeverity: "5"

0 commit comments

Comments
 (0)