10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-09 08:14:19 +00:00

Fixing query

This commit is contained in:
Shivam Gupta 2021-03-17 12:38:15 +05:30
parent 302cfa6f3c
commit b899d99acf
2 changed files with 2 additions and 0 deletions

View file

@ -112,6 +112,7 @@ async function getLatestHelmVersionFor(type) {
const token = core.getInput('token', { 'required': true });
const versions = await graphql(
`
{
repository(name:"helm", owner:"helm") {
releases(last: 100) {
nodes {