* Add remove option

* [auto] Update compiled version

* Add fixes

* [auto] Update compiled version

* Update docs
This commit is contained in:
Federico Grandi
2020-02-21 16:48:19 +01:00
committed by GitHub
parent a2b49385e8
commit de8a121ebd
5 changed files with 27 additions and 23 deletions

View File

@@ -21,7 +21,6 @@ function checkInputs() {
setDefault('author_email', 'actions@github.com')
}
core.info(`Using '${core.getInput('author_name')} <${core.getInput('author_email')}>' as author.`)
core.info(`Using '${process.env.INPUT_AUTHOR_NAME} <${process.env.INPUT_AUTHOR_EMAIL}>' as author.`)
}
function setDefault(input: string, value: string) {