mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-30 04:44:15 +00:00
add follow symbolic links options
This commit is contained in:
parent
ef09cdac3e
commit
264caab452
10 changed files with 133 additions and 7 deletions
|
@ -17,6 +17,11 @@ inputs:
|
|||
error: Fail the action with an error message
|
||||
ignore: Do not output any warnings or errors, the action does not fail
|
||||
default: 'warn'
|
||||
follow-symbolic-links:
|
||||
description: >
|
||||
If true, symlink directories will be used to search files.
|
||||
If false, symlink directories will be ignored to search files.
|
||||
default: 'true'
|
||||
retention-days:
|
||||
description: >
|
||||
Duration after which artifact will expire in days. 0 means using default retention.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue