mirror of
https://github.com/pnpm/action-setup.git
synced 2025-07-08 05:49:22 +08:00
Use default import
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
import { setFailed } from '@actions/core'
|
import { setFailed } from '@actions/core'
|
||||||
import { getInputs } from '../inputs'
|
import getInputs from '../inputs'
|
||||||
import runSelfInstaller from './run'
|
import runSelfInstaller from './run'
|
||||||
|
|
||||||
export { runSelfInstaller }
|
export { runSelfInstaller }
|
||||||
|
Reference in New Issue
Block a user