franciscoknebel/File Analytics
An action to get file size and date from a glob of files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | File pattern to get metadata from | yes | — |
| follow-symbolic-links | Indicates whether to follow symbolic links | — | true |
| output_json | Indicates to output the metadata as JSON to this file | — | false |
Outputs
| name | description |
|---|---|
| file_output | File metadata in JSON format |
| file_info | File metadata in text format |
| file_size | Total file size |
| file_count | Total file count |