mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-12-19 12:55:46 +02:00
feat: new parameter download-filter
This commit is contained in:
parent
e132301eee
commit
a17d224780
3 changed files with 27 additions and 2 deletions
|
|
@ -38,6 +38,8 @@ inputs:
|
|||
download-latest:
|
||||
description: 'Download the latest release'
|
||||
default: false
|
||||
download-filter:
|
||||
description: 'Filter assets to download by name (Comma-separated values, e.g. `file1.htm,file3.css`)'
|
||||
verbose:
|
||||
description: 'Increase the verbosity level'
|
||||
default: false
|
||||
|
|
@ -80,6 +82,7 @@ runs:
|
|||
export TITLE="${{ inputs.title }}"
|
||||
|
||||
export DOWNLOAD_LATEST="${{ inputs.download-latest }}"
|
||||
export DOWNLOAD_FILTER="${{ inputs.download-filter }}"
|
||||
|
||||
export PRERELEASE="${{ inputs.prerelease }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue