Skip to content

Commit 225370f

Browse files
xt0rtedericsciple
authored andcommitted
Fix remove-matcher syntax (actions#211)
1 parent 28a7970 commit 225370f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Problems matchers can be used to scan a build's output to automatically surface
107107

108108
```bash
109109
echo "::add-matcher::eslint-compact-problem-matcher.json"
110-
echo "::remove-matcher::eslint-compact"
110+
echo "::remove-matcher owner=eslint-compact::"
111111
```
112112

113113
`add-matcher` takes a path to a Problem Matcher file

0 commit comments

Comments
 (0)