Skip to content

Commit f90a2dc

Browse files
committed
temporarily revert guidance for adding matcher from container action
1 parent 9cfb160 commit f90a2dc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/problem-matchers.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,3 @@ Use ECMAScript regular expression syntax when testing patterns.
127127
[Enable debug logging](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging) to determine why the file is getting dropped.
128128

129129
This usually happens when the file does not exist or is not under the workflow repo.
130-
131-
### Adding from a Docker container action
132-
133-
The matcher config file must first be copied to a volume that is accessible from the runner.
134-
135-
For example:
136-
137-
```sh
138-
cp /eslint-compact.json "$HOME/"
139-
echo "::add-matcher::$HOME/eslint-compact.json
140-
```

0 commit comments

Comments
 (0)