mirror of https://github.com/actions/toolkit
Replace find with which in io package description (#633)
Signed-off-by: Sora Morimoto <sora@morimoto.io>pull/609/head
parent
383ec9fb03
commit
4dd900dde0
|
@ -48,7 +48,7 @@ $ npm install @actions/glob
|
|||
|
||||
:pencil2: [@actions/io](packages/io)
|
||||
|
||||
Provides disk i/o functions like cp, mv, rmRF, find etc. Read more [here](packages/io)
|
||||
Provides disk i/o functions like cp, mv, rmRF, which etc. Read more [here](packages/io)
|
||||
|
||||
```bash
|
||||
$ npm install @actions/io
|
||||
|
|
Loading…
Reference in New Issue