4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-09 05:56:55 +00:00
This commit is contained in:
Jaiveer Katariya 2025-01-30 17:22:11 -05:00
parent b3e8a97a84
commit 9856dd9135
No known key found for this signature in database
GPG key ID: AB670420E156D4FB
4 changed files with 14 additions and 15 deletions

View file

@ -1,5 +1,4 @@
import {run} from './run'
import * as core from '@actions/core'
run().catch(core.setFailed)