3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-22 10:09:35 +01:00

Formatted code

This commit is contained in:
fedor 2023-08-01 10:51:33 -06:00
parent c4679e72ad
commit 2750121aa7

View file

@ -73,7 +73,10 @@ function resolveVersionInput() {
async function run() { async function run() {
if (IS_MAC) { if (IS_MAC) {
process.env['AGENT_TOOLSDIRECTORY'] = path.join(os.homedir(), 'hostedtoolcache'); process.env['AGENT_TOOLSDIRECTORY'] = path.join(
os.homedir(),
'hostedtoolcache'
);
} }
if (process.env.AGENT_TOOLSDIRECTORY?.trim()) { if (process.env.AGENT_TOOLSDIRECTORY?.trim()) {