mirror of
https://github.com/actions/upload-artifact.git
synced 2025-07-21 05:58:19 +02:00
Exclude the .git
directory by default
This commit is contained in:
parent
834a144ee9
commit
3412bb46a4
18 changed files with 434 additions and 113 deletions
|
@ -40,6 +40,9 @@ inputs:
|
|||
If false, the action will fail if an artifact for the given name already exists.
|
||||
Does not fail if the artifact does not exist.
|
||||
default: 'false'
|
||||
include-git-directory:
|
||||
description: 'Include files in the .git directory in the artifact.'
|
||||
default: 'false'
|
||||
|
||||
outputs:
|
||||
artifact-id:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue