Use default import

This commit is contained in:
khai96_ 2020-05-08 11:52:02 +07:00
parent cd1794a16e
commit 79f6d4a8ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { setFailed } from '@actions/core'
import { getInputs } from '../inputs'
import getInputs from '../inputs'
import runSelfInstaller from './run'
export { runSelfInstaller }