mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
print debug
This commit is contained in:
parent
4d5942db51
commit
b091e7652f
3 changed files with 5 additions and 3 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -13341,7 +13341,7 @@ function write(directory, settings, overwriteSettings) {
|
|||
core.info(`Writing to ${location}`);
|
||||
}
|
||||
else {
|
||||
core.info(`Skipping generation '${location}' - it already exists and overwriting is not required`);
|
||||
core.info(`Skipping generation ${location} because file already exists and overwriting is not required`);
|
||||
return;
|
||||
}
|
||||
return fs.writeFileSync(location, settings, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue