4
0
Fork 0
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:
Oliver King 2022-07-08 11:40:56 -04:00
parent 30ffb39edf
commit 9d08302cb8

View file

@ -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))) {