Consume toolkit from npmjs (#36)

This commit is contained in:
Danny McCormick
2019-08-20 10:29:19 -04:00
committed by GitHub
parent a0c716db3e
commit 3d792c1dbd
30 changed files with 306 additions and 267 deletions

2
node_modules/@actions/io/README.md generated vendored
View File

@ -50,4 +50,4 @@ const io = require('@actions/io');
const pythonPath: string = await io.which('python', true)
await exec.exec(`"${pythonPath}"`, ['main.py']);
```
```