mirror of
https://gitea.com/actions/dorny-paths-filter.git
synced 2026-01-05 05:48:20 +00:00
Add list-files: csv format
This commit is contained in:
@@ -22,6 +22,8 @@ inputs:
|
||||
description: |
|
||||
Enables listing of files matching the filter:
|
||||
'none' - Disables listing of matching files (default).
|
||||
'csv' - Coma separated list of filenames.
|
||||
If needed it uses double quotes to wrap filename with unsafe characters.
|
||||
'json' - Serialized as JSON array.
|
||||
'shell' - Space delimited list usable as command line argument list in linux shell.
|
||||
If needed it uses single or double quotes to wrap filename with unsafe characters.
|
||||
|
||||
Reference in New Issue
Block a user