mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-05 09:26:54 +00:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
import {run} from './run.js'
|
|
import * as core from '@actions/core'
|
|
|
|
run().catch(core.setFailed)
|