mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-16 19:00:35 +00:00
5 lines
93 B
TypeScript
5 lines
93 B
TypeScript
import {run} from './run'
|
|
import * as core from '@actions/core'
|
|
|
|
run().catch(core.setFailed)
|