mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-04 03:02:55 +08:00
temporarily revert guidance for adding matcher from container action
This commit is contained in:
parent
9cfb1604bd
commit
f90a2dcfd4
@ -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.
|
[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.
|
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
|
|
||||||
```
|
|
||||||
Loading…
x
Reference in New Issue
Block a user