mirror of
https://github.com/actions/setup-python
synced 2025-04-05 14:59:42 +00:00
refactor: Debug message for Python installation path
This commit is contained in:
@ -72,11 +72,7 @@ async function run() {
|
||||
}
|
||||
|
||||
core.debug(
|
||||
`Python is expected to be installed into ${
|
||||
process.env.AGENT_TOOLSDIRECTORY?.trim()
|
||||
? process.env['AGENT_TOOLSDIRECTORY']
|
||||
: process.env['RUNNER_TOOL_CACHE']
|
||||
}`
|
||||
`Python is expected to be installed into ${process.env['RUNNER_TOOL_CACHE']}`
|
||||
);
|
||||
try {
|
||||
const version = resolveVersionInput();
|
||||
|
Reference in New Issue
Block a user