mirror of
https://github.com/actions/upload-artifact.git
synced 2026-03-27 08:39:59 +00:00
Change supppress to ignore
This commit is contained in:
@@ -18,5 +18,5 @@ export enum NoFileOptions {
|
||||
/**
|
||||
* Do not output any warnings or errors, the action does not fail
|
||||
*/
|
||||
suppress = 'suppress'
|
||||
ignore = 'ignore'
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ async function run(): Promise<void> {
|
||||
)
|
||||
break
|
||||
}
|
||||
case NoFileOptions.suppress: {
|
||||
case NoFileOptions.ignore: {
|
||||
core.info(
|
||||
`No files were found with the provided path: ${inputs.searchPath}. No artifacts will be uploaded.`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user