mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-24 08:36:12 +02:00
Cleanup
This commit is contained in:
parent
b62552503d
commit
9a0e0d1dc0
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ export function getInputs(): UploadInputs {
|
|||
|
||||
if (!noFileBehavior) {
|
||||
core.setFailed(
|
||||
`Unrecognized if-no-files-found input. Provided ${ifNoFilesFound}. Available options include ${Object.keys(
|
||||
`Unrecognized if-no-files-found input. Provided ${ifNoFilesFound}. Available options: ${Object.keys(
|
||||
NoFileOptions
|
||||
)}`
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue