mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-10 05:12:19 +02:00
refactor: Debug message for Python installation path
This commit is contained in:
parent
d5d67707d2
commit
7e39d25e3f
2 changed files with 3 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue