From f90a2dcfd4dafd277f06c7da0741216d0ef13708 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Wed, 12 Feb 2020 21:42:14 -0500 Subject: [PATCH] temporarily revert guidance for adding matcher from container action --- docs/problem-matchers.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/problem-matchers.md b/docs/problem-matchers.md index df5ce989..f8867849 100644 --- a/docs/problem-matchers.md +++ b/docs/problem-matchers.md @@ -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 -``` \ No newline at end of file