mirror of
https://github.com/Azure/setup-helm.git
synced 2026-02-07 21:17:25 +00:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
import {run} from './run'
|
|
import * as core from '@actions/core'
|
|
|
|
run().catch(core.setFailed)
|