mirror of
https://github.com/actions/toolkit.git
synced 2025-06-11 18:20:45 +09:00
Replace find with which in io package description (#633)
Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
parent
383ec9fb03
commit
4dd900dde0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue