Support tilde
This commit is contained in:
parent
fe1f80eaca
commit
59a67d7671
5 changed files with 39 additions and 49 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue