Add findInPath method to locate all matching executables in the system path (#609)

Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
Sora Morimoto
2021-04-03 01:22:30 +09:00
committed by GitHub
parent de122731f3
commit bd9017e99f
5 changed files with 145 additions and 62 deletions

View File

@@ -1,9 +1,13 @@
# @actions/io Releases
### 1.1.0
- Add `findInPath` method to locate all matching executables in the system path
### 1.0.2
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
### 1.0.0
- Initial release
- Initial release