mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-25 18:56:07 +00:00
README updates
This commit is contained in:
parent
9a0e0d1dc0
commit
0fd7594662
3 changed files with 16 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -6375,7 +6375,7 @@ function getInputs() {
|
|||
const ifNoFilesFound = core.getInput(constants_1.Inputs.IfNoFilesFound);
|
||||
const noFileBehavior = constants_1.NoFileOptions[ifNoFilesFound];
|
||||
if (!noFileBehavior) {
|
||||
core.setFailed(`Unrecognized if-no-files-found input. Provided ${ifNoFilesFound}. Available options: ${Object.keys(constants_1.NoFileOptions)}`);
|
||||
core.setFailed(`Unrecognized ${constants_1.Inputs.IfNoFilesFound} input. Provided: ${ifNoFilesFound}. Available options: ${Object.keys(constants_1.NoFileOptions)}`);
|
||||
}
|
||||
return {
|
||||
artifactName: name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue