mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-09 16:24:20 +00:00
Adding github token in inputs for graphql request
This commit is contained in:
parent
bf16f9a451
commit
91f91ae6d6
3 changed files with 6 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ function run() {
|
|||
else if (!version.toLocaleLowerCase().startsWith('v')) {
|
||||
version = 'v' + version;
|
||||
}
|
||||
core.debug(util.format("Downloading %s", version));
|
||||
let cachedPath = yield downloadHelm(version);
|
||||
try {
|
||||
if (!process.env['PATH'].startsWith(path.dirname(cachedPath))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue