mirror of
https://github.com/Azure/setup-helm.git
synced 2025-12-21 14:55:43 +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)
|