1
0
mirror of https://github.com/pnpm/action-setup synced 2026-05-08 03:00:59 +02:00

Support tilde

This commit is contained in:
khai96_
2020-05-08 14:24:25 +07:00
parent fe1f80eaca
commit 59a67d7671
5 changed files with 40 additions and 50 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)