Support tilde

This commit is contained in:
khai96_ 2020-05-08 14:24:25 +07:00
parent fe1f80eaca
commit 59a67d7671
5 changed files with 39 additions and 49 deletions

View file

@ -4,7 +4,7 @@ import setOutputs from './outputs'
import install from './install'
async function main() {
const inputs = await getInputs()
const inputs = getInputs()
await install(inputs).then(() => {
console.log('Installation Completed!')
setOutputs(inputs)