mirror of
https://github.com/actions/setup-java.git
synced 2025-06-29 12:34:14 +00:00
print debug
This commit is contained in:
parent
4d5942db51
commit
b091e7652f
3 changed files with 5 additions and 3 deletions
|
@ -114,7 +114,7 @@ async function write(directory: string, settings: string, overwriteSettings: boo
|
|||
core.info(`Writing to ${location}`);
|
||||
} else {
|
||||
core.info(
|
||||
`Skipping generation '${location}' - it already exists and overwriting is not required`
|
||||
`Skipping generation ${location} because file already exists and overwriting is not required`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue