mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-24 08:36:12 +02:00
Change supppress to ignore
This commit is contained in:
parent
0fd7594662
commit
fef15139c9
5 changed files with 6 additions and 6 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -4006,7 +4006,7 @@ function run() {
|
|||
core.setFailed(`No files were found with the provided path: ${inputs.searchPath}. No artifacts will be uploaded.`);
|
||||
break;
|
||||
}
|
||||
case constants_1.NoFileOptions.suppress: {
|
||||
case constants_1.NoFileOptions.ignore: {
|
||||
core.info(`No files were found with the provided path: ${inputs.searchPath}. No artifacts will be uploaded.`);
|
||||
break;
|
||||
}
|
||||
|
@ -7315,7 +7315,7 @@ var NoFileOptions;
|
|||
/**
|
||||
* Do not output any warnings or errors, the action does not fail
|
||||
*/
|
||||
NoFileOptions["suppress"] = "suppress";
|
||||
NoFileOptions["ignore"] = "ignore";
|
||||
})(NoFileOptions = exports.NoFileOptions || (exports.NoFileOptions = {}));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue