mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-14 23:11:14 +00:00
fix: path path
This commit is contained in:
parent
db1c463e05
commit
0828e70905
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ async function prepareEnv(): Promise<Env> {
|
|||
|
||||
core.info(`Prepared env in ${Date.now() - startedAt}ms`)
|
||||
|
||||
return { binPath: binPath, patchPath }
|
||||
return { binPath, patchPath }
|
||||
}
|
||||
|
||||
type ExecRes = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue