Skip to content

Commit

Permalink
Add --log-level 1
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored Nov 13, 2024
1 parent ab6bf8b commit cc4a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const generateInfo = (options: Options) => {
.then(([_exitCode, environmentName]) => {
core.endGroup()
core.startGroup('micromamba list')
return execute(micromambaCmd(options, `list -r ${options.micromambaRootPath} -n ${environmentName}`))
return execute(micromambaCmd(options, `list --log-level 1 -r ${options.micromambaRootPath} -n ${environmentName}`))

Check failure on line 123 in src/main.ts

View workflow job for this annotation

GitHub Actions / build

Replace `micromambaCmd(options,·`list·--log-level·1·-r·${options.micromambaRootPath}·-n·${environmentName}`)` with `⏎··········micromambaCmd(options,·`list·--log-level·1·-r·${options.micromambaRootPath}·-n·${environmentName}`)⏎········`
})
}
return command.finally(core.endGroup)
Expand Down

0 comments on commit cc4a2d7

Please sign in to comment.