mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
Change from debug to info for normal output
This commit is contained in:
parent
533746a645
commit
afa9f9fbc9
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -6355,7 +6355,7 @@ 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