mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 02:44:20 +00:00
Add input option overwrite_files.
This commit is contained in:
parent
c9b46fe7aa
commit
40ca4763d5
7 changed files with 52 additions and 19 deletions
|
@ -24,6 +24,10 @@ inputs:
|
|||
files:
|
||||
description: "Newline-delimited list of path globs for asset files to upload"
|
||||
required: false
|
||||
overwrite_files:
|
||||
description: "Overwrite existing files with the same name. Defaults to false"
|
||||
required: false
|
||||
default: 'true'
|
||||
fail_on_unmatched_files:
|
||||
description: "Fails if any of the `files` globs match nothing. Defaults to false"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue