mirror of
https://github.com/Azure/setup-helm.git
synced 2026-06-15 08:59:28 +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)
|