mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
swap to group log
This commit is contained in:
parent
30ffb39edf
commit
9d08302cb8
1 changed files with 2 additions and 1 deletions
|
|
@ -25,8 +25,9 @@ export async function run() {
|
||||||
version = await getLatestHelmVersion()
|
version = await getLatestHelmVersion()
|
||||||
}
|
}
|
||||||
|
|
||||||
core.info(`Downloading ${version}`)
|
core.startGroup(`Downloading ${version}`)
|
||||||
const cachedPath = await downloadHelm(version)
|
const cachedPath = await downloadHelm(version)
|
||||||
|
core.endGroup()
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (!process.env['PATH'].startsWith(path.dirname(cachedPath))) {
|
if (!process.env['PATH'].startsWith(path.dirname(cachedPath))) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue