mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 15:22:55 +08:00
Fix remove-matcher syntax (#211)
This commit is contained in:
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…
x
Reference in New Issue
Block a user