1
mirror of https://github.com/pnpm/action-setup.git synced 2026-02-14 13:30:33 +00: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)