mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-14 08:36:45 +00:00
added quotes back to the path
This commit is contained in:
@@ -344,7 +344,7 @@ export async function containerExecStep(
|
||||
}
|
||||
|
||||
if (args.prependPath?.length) {
|
||||
dockerArgs.push('-e', `PATH=${args.prependPath.join(':')}:$PATH`)
|
||||
dockerArgs.push('-e', `"PATH=${args.prependPath.join(':')}:$PATH"`)
|
||||
}
|
||||
|
||||
dockerArgs.push(containerId)
|
||||
|
||||
Reference in New Issue
Block a user