mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-11-02 07:47:09 +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