1
0
Fork 0
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:
Sora Morimoto 2021-03-11 23:57:31 +09:00 committed by GitHub
parent 383ec9fb03
commit 4dd900dde0
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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