diff --git a/src/install/index.ts b/src/install/index.ts index 8169fb7..4f14810 100644 --- a/src/install/index.ts +++ b/src/install/index.ts @@ -1,5 +1,5 @@ import { setFailed } from '@actions/core' -import { getInputs } from '../inputs' +import getInputs from '../inputs' import runSelfInstaller from './run' export { runSelfInstaller }