Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shikha Mishra authored Jul 3, 2021
1 parent 0b9cf43 commit 512237a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ This action checks coding standard of magento 2 extensions.

## Inputs

## `error-severity`
`errorSeverity`

`warningSeverity`

The severity of error to check. Default `"10"`.

## Outputs

Expand All @@ -16,6 +17,10 @@ The test result

## Example usage

uses: actions/magento2-docker-action@v1
with:
error-severity: '10'
`uses: shikhamis11/magento2-docker-action@master`

`with:`

errorSeverity: "5"

warningSeverity: "5"

0 comments on commit 512237a

Please sign in to comment.