mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-07 06:59:26 +00:00
Adding logs
This commit is contained in:
parent
6c8cb3db27
commit
b32bc6e2d6
2 changed files with 4 additions and 0 deletions
|
|
@ -107,6 +107,8 @@ async function downloadHelm(version: string): Promise<string> {
|
|||
}
|
||||
|
||||
async function getLatestHelmVersionFor(type) {
|
||||
console.log("Running graphql")
|
||||
console.log(type)
|
||||
const versions = await graphql(
|
||||
`
|
||||
repository(name:"helm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue