README updates

This commit is contained in:
Konrad Pabjan 2020-07-28 14:47:03 +02:00
parent 9a0e0d1dc0
commit 0fd7594662
3 changed files with 16 additions and 2 deletions

View file

@ -14,7 +14,9 @@ export function getInputs(): UploadInputs {
if (!noFileBehavior) {
core.setFailed(
`Unrecognized if-no-files-found input. Provided ${ifNoFilesFound}. Available options: ${Object.keys(
`Unrecognized ${
Inputs.IfNoFilesFound
} input. Provided: ${ifNoFilesFound}. Available options: ${Object.keys(
NoFileOptions
)}`
)