mirror of https://github.com/actions/toolkit
Fix remove-matcher syntax (#211)
parent
28a7970270
commit
225370fc48
|
@ -107,7 +107,7 @@ Problems matchers can be used to scan a build's output to automatically surface
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo "::add-matcher::eslint-compact-problem-matcher.json"
|
echo "::add-matcher::eslint-compact-problem-matcher.json"
|
||||||
echo "::remove-matcher::eslint-compact"
|
echo "::remove-matcher owner=eslint-compact::"
|
||||||
```
|
```
|
||||||
|
|
||||||
`add-matcher` takes a path to a Problem Matcher file
|
`add-matcher` takes a path to a Problem Matcher file
|
||||||
|
|
Loading…
Reference in New Issue