mirror of
https://gitea.com/actions/upload-artifact.git
synced 2026-02-17 03:39:06 +00:00
Exclude the .git directory by default
This commit is contained in:
@@ -30,4 +30,9 @@ export interface UploadInputs {
|
||||
* Whether or not to replace an existing artifact with the same name
|
||||
*/
|
||||
overwrite: boolean
|
||||
|
||||
/**
|
||||
* Include files in the `.git` directory in the artifact
|
||||
*/
|
||||
includeGitDirectory: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user