remove comment

This commit is contained in:
Maxim Lobanov 2021-03-16 18:04:19 +03:00
commit 4e1faadfc2
2 changed files with 0 additions and 2 deletions

View file

@ -19,7 +19,6 @@ export async function configureAuthentication() {
const password = core.getInput(constants.INPUT_SERVER_PASSWORD);
const settingsDirectory =
core.getInput(constants.INPUT_SETTINGS_PATH) || path.join(os.homedir(), M2_DIR);
// Consider setting overwriteSettings = false by default in next major release
const overwriteSettings = getBooleanInput(constants.INPUT_OVERWRITE_SETTINGS, true);
const gpgPrivateKey =
core.getInput(constants.INPUT_GPG_PRIVATE_KEY) || constants.INPUT_DEFAULT_GPG_PRIVATE_KEY;