1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-08 12:28:20 +02:00

update debug to info

This commit is contained in:
Aparna Jyothi 2025-04-14 13:27:39 +05:30
parent 7faf95d67a
commit cc6c47bafb
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -97572,7 +97572,7 @@ function installCpythonFromRelease(release) {
core.info(err.message);
}
if (err.stack) {
core.debug(err.stack);
core.info(err.stack);
}
}
throw err;

View file

@ -159,7 +159,7 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) {
core.info(err.message);
}
if (err.stack) {
core.debug(err.stack);
core.info(err.stack);
}
}
throw err;