mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-17 03:10:37 +00:00
Dependencies Update (#157)
This commit is contained in:
4
src/index.ts
Normal file
4
src/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import {run} from './run'
|
||||
import * as core from '@actions/core'
|
||||
|
||||
run().catch(core.setFailed)
|
@ -155,5 +155,3 @@ export var walkSync = function (dir, filelist, fileToFind) {
|
||||
})
|
||||
return filelist
|
||||
}
|
||||
|
||||
run().catch(core.setFailed)
|
||||
|
Reference in New Issue
Block a user