Use core.getBooleanInput

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-06-22 10:39:55 +02:00
parent e2346b6971
commit 4fd5d8ead6
6 changed files with 34 additions and 7 deletions

2
dist/index.js generated vendored
View File

@ -4737,7 +4737,7 @@ function getInputs() {
registry: core.getInput('registry'),
username: core.getInput('username'),
password: core.getInput('password'),
logout: core.getInput('logout')
logout: core.getBooleanInput('logout')
};
}
exports.getInputs = getInputs;