mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-23 08:56:38 +08:00 
			
		
		
		
	Exclude the .git directory by default
				
					
				
			This commit is contained in:
		| @@ -36,6 +36,9 @@ inputs: | ||||
|       If true, the artifacts that were merged will be deleted. | ||||
|       If false, the artifacts will still exist. | ||||
|     default: 'false' | ||||
|   include-git-directory: | ||||
|     description: 'Include files in the .git directory in the merged artifact.' | ||||
|     default: 'false' | ||||
|  | ||||
| outputs: | ||||
|   artifact-id: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user