remove new line from pypy version

This commit is contained in:
Sergey Dolin 2022-03-31 10:18:53 +05:00
parent c8e3705639
commit f62decb260
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ export function findPyPyToolCache(
);
}
core.setOutput('python-version', 'pypy' + resolvedPyPyVersion);
core.setOutput('python-version', 'pypy' + resolvedPyPyVersion.trim());
return {installDir, resolvedPythonVersion, resolvedPyPyVersion};
}