mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-04-12 03:22:16 +08:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import {run} from './action'
|
|
import * as core from '@actions/core'
|
|
|
|
// Run the application
|
|
run().catch(core.setFailed)
|