mirror of
https://github.com/actions/upload-artifact.git
synced 2026-03-26 16:19:59 +00:00
README updates
This commit is contained in:
@@ -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
|
||||
)}`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user