5
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-12-27 11:08:17 +00:00
setup-helm/src/index.ts
2025-01-31 09:28:08 -08:00

4 lines
93 B
TypeScript

import {run} from './run'
import * as core from '@actions/core'
run().catch(core.setFailed)