mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-15 19:09:53 +00:00
Dependencies Update (#157)
This commit is contained in:
parent
048f4e7eae
commit
124c6d88e7
4 changed files with 24 additions and 30 deletions
4
src/index.ts
Normal file
4
src/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import {run} from './run'
|
||||
import * as core from '@actions/core'
|
||||
|
||||
run().catch(core.setFailed)
|
||||
Loading…
Add table
Add a link
Reference in a new issue