mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-22 20:06:33 +00:00
Adding graphql query to fetch latest helm release of specified type
This commit is contained in:
@ -5,6 +5,10 @@ inputs:
|
||||
description: 'Version of helm'
|
||||
required: true
|
||||
default: 'latest'
|
||||
token:
|
||||
description: 'Github token'
|
||||
default: ${{ github.token }}
|
||||
required: true
|
||||
outputs:
|
||||
helm-path:
|
||||
description: 'Path to the cached helm binary'
|
||||
|
Reference in New Issue
Block a user