mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
Merge branch 'main' into v-mazhuk/add-support-of-unstable-versions
This commit is contained in:
commit
d9509e43ac
3 changed files with 12 additions and 3 deletions
5
dist/index.js
vendored
5
dist/index.js
vendored
|
@ -1157,7 +1157,10 @@ function installPython(workingDirectory) {
|
|||
silent: true,
|
||||
listeners: {
|
||||
stdout: (data) => {
|
||||
core.debug(data.toString().trim());
|
||||
core.info(data.toString().trim());
|
||||
},
|
||||
stderr: (data) => {
|
||||
core.error(data.toString().trim());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue