mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-31 19:43:45 +00:00 
			
		
		
		
	Improve if-no-files-found documentation
				
					
				
			If `if-no-files-found: ignore` and `overwrite: false` and an artifact already exists, the action will fail, so clarify that `ignore` doesn't guarantee the action won't fail.
This commit is contained in:
		
							parent
							
								
									6f51ac03b9
								
							
						
					
					
						commit
						319676eefa
					
				| @ -87,7 +87,7 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md). | ||||
|     # Available Options: | ||||
|     #   warn: Output a warning but do not fail the action | ||||
|     #   error: Fail the action with an error message | ||||
|     #   ignore: Do not output any warnings or errors, the action does not fail | ||||
|     #   ignore: Do not output any warnings or errors, does not fail the action | ||||
|     # Optional. Default is 'warn' | ||||
|     if-no-files-found: | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user