mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 13:06:56 +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()
|
||||
}
|
||||
|
||||
core.info(`Downloading ${version}`)
|
||||
core.startGroup(`Downloading ${version}`)
|
||||
const cachedPath = await downloadHelm(version)
|
||||
core.endGroup()
|
||||
|
||||
try {
|
||||
if (!process.env['PATH'].startsWith(path.dirname(cachedPath))) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue