mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
Fixing query
This commit is contained in:
parent
302cfa6f3c
commit
b899d99acf
2 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ function getLatestHelmVersionFor(type) {
|
|||
console.log(type);
|
||||
const token = core.getInput('token', { 'required': true });
|
||||
const versions = yield graphql_1.graphql(`
|
||||
{
|
||||
repository(name:"helm", owner:"helm") {
|
||||
releases(last: 100) {
|
||||
nodes {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue