8000 test · nikita-bykov/setup-python@b0e8d9f · GitHub
[go: up one dir, main page]

Skip to content

Commit b0e8d9f

Browse files
author
Nikita Bykov
committed
test
1 parent 9335309 commit b0e8d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup-python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function isPyPyVersion(versionSpec: string) {
1111
async function run() {
1212
try {
1313
let version = core.getInput('python-version');
14-
console.log(version);
14+
core.info(version);
1515
if (version) {
1616
const arch: string = core.getInput('architecture') || os.arch();
1717
if (isPyPyVersion(version)) {

0 commit comments

Comments
 (0)
0