1
0
mirror of https://github.com/Azure/setup-helm.git synced 2026-07-06 08:21:37 +00:00
Files
setup-helm/src/index.ts
2025-01-31 09:28:08 -08:00

5 lines
93 B
TypeScript

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