mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-09 05:26:33 +00:00
Adding graph ql for Helm versions (#21)
* Adding graphql query to fetch latest helm release of specified type * Updating typescript version and js file * Fixing PR comments in release * Adding feature flag as environment variable in release * Changing feature flag name * Updating files as per latest changes in master after resolving merge conflicts * Removing non prod modules
This commit is contained in:
4
node_modules/@actions/tool-cache/node_modules/@actions/core/package.json
generated
vendored
4
node_modules/@actions/tool-cache/node_modules/@actions/core/package.json
generated
vendored
@ -2,7 +2,7 @@
|
||||
"_args": [
|
||||
[
|
||||
"@actions/core@1.1.3",
|
||||
"D:\\github-actions\\newHelm\\setup-helm"
|
||||
"D:\\Work\\Actions\\setup-helm"
|
||||
]
|
||||
],
|
||||
"_from": "@actions/core@1.1.3",
|
||||
@ -27,7 +27,7 @@
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.3.tgz",
|
||||
"_spec": "1.1.3",
|
||||
"_where": "D:\\github-actions\\newHelm\\setup-helm",
|
||||
"_where": "D:\\Work\\Actions\\setup-helm",
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions/toolkit/issues"
|
||||
},
|
||||
|
4
node_modules/@actions/tool-cache/node_modules/@actions/exec/package.json
generated
vendored
4
node_modules/@actions/tool-cache/node_modules/@actions/exec/package.json
generated
vendored
@ -2,7 +2,7 @@
|
||||
"_args": [
|
||||
[
|
||||
"@actions/exec@1.0.1",
|
||||
"D:\\github-actions\\newHelm\\setup-helm"
|
||||
"D:\\Work\\Actions\\setup-helm"
|
||||
]
|
||||
],
|
||||
"_from": "@actions/exec@1.0.1",
|
||||
@ -27,7 +27,7 @@
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "D:\\github-actions\\newHelm\\setup-helm",
|
||||
"_where": "D:\\Work\\Actions\\setup-helm",
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions/toolkit/issues"
|
||||
},
|
||||
|
4
node_modules/@actions/tool-cache/node_modules/@actions/io/package.json
generated
vendored
4
node_modules/@actions/tool-cache/node_modules/@actions/io/package.json
generated
vendored
@ -2,7 +2,7 @@
|
||||
"_args": [
|
||||
[
|
||||
"@actions/io@1.0.1",
|
||||
"D:\\github-actions\\newHelm\\setup-helm"
|
||||
"D:\\Work\\Actions\\setup-helm"
|
||||
]
|
||||
],
|
||||
"_from": "@actions/io@1.0.1",
|
||||
@ -27,7 +27,7 @@
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "D:\\github-actions\\newHelm\\setup-helm",
|
||||
"_where": "D:\\Work\\Actions\\setup-helm",
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions/toolkit/issues"
|
||||
},
|
||||
|
4
node_modules/@actions/tool-cache/package.json
generated
vendored
4
node_modules/@actions/tool-cache/package.json
generated
vendored
@ -2,7 +2,7 @@
|
||||
"_args": [
|
||||
[
|
||||
"@actions/tool-cache@1.1.2",
|
||||
"D:\\github-actions\\newHelm\\setup-helm"
|
||||
"D:\\Work\\Actions\\setup-helm"
|
||||
]
|
||||
],
|
||||
"_from": "@actions/tool-cache@1.1.2",
|
||||
@ -27,7 +27,7 @@
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.1.2.tgz",
|
||||
"_spec": "1.1.2",
|
||||
"_where": "D:\\github-actions\\newHelm\\setup-helm",
|
||||
"_where": "D:\\Work\\Actions\\setup-helm",
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions/toolkit/issues"
|
||||
},
|
||||
|
Reference in New Issue
Block a user