mirror of
https://github.com/actions/upload-artifact.git
synced 2025-10-19 17:26:32 +00:00
Exclude the .git
directory by default
This commit is contained in:
@@ -5,5 +5,6 @@ export enum Inputs {
|
||||
SeparateDirectories = 'separate-directories',
|
||||
RetentionDays = 'retention-days',
|
||||
CompressionLevel = 'compression-level',
|
||||
DeleteMerged = 'delete-merged'
|
||||
DeleteMerged = 'delete-merged',
|
||||
IncludeGitDirectory = 'include-git-directory'
|
||||
}
|
||||
|
Reference in New Issue
Block a user