mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-08 21:16:34 +00:00
Adding graphql query to fetch latest helm release of specified type
This commit is contained in:
5
node_modules/@octokit/endpoint/dist-src/endpoint-with-defaults.js
generated
vendored
Normal file
5
node_modules/@octokit/endpoint/dist-src/endpoint-with-defaults.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { merge } from "./merge";
|
||||
import { parse } from "./parse";
|
||||
export function endpointWithDefaults(defaults, route, options) {
|
||||
return parse(merge(defaults, route, options));
|
||||
}
|
Reference in New Issue
Block a user