mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-06 22:49:27 +00:00
fdgg
This commit is contained in:
parent
0aa1ce487a
commit
302cfa6f3c
2 changed files with 2 additions and 4 deletions
|
|
@ -112,8 +112,7 @@ async function getLatestHelmVersionFor(type) {
|
|||
const token = core.getInput('token', { 'required': true });
|
||||
const versions = await graphql(
|
||||
`
|
||||
repository(name:"helm"
|
||||
owner:"helm") {
|
||||
repository(name:"helm", owner:"helm") {
|
||||
releases(last: 100) {
|
||||
nodes {
|
||||
tagName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue