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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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']);
```
```