Skip to content

Commit

Permalink
temporarily revert guidance for adding matcher from container action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Feb 13, 2020
1 parent 9cfb160 commit f90a2dc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/problem-matchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,3 @@ Use ECMAScript regular expression syntax when testing patterns.
[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.

This usually happens when the file does not exist or is not under the workflow repo.

### Adding from a Docker container action

The matcher config file must first be copied to a volume that is accessible from the runner.

For example:

```sh
cp /eslint-compact.json "$HOME/"
echo "::add-matcher::$HOME/eslint-compact.json
```

0 comments on commit f90a2dc

Please sign in to comment.