actions-marketplace-validations/ghaction-CompressFiles
A GitHub Action for compressing files using Brotli or GZip compression.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path | yes | . |
| extensions | The file extensions to compress. | no | .js,.css,.html,.json |
| tools | The compression utility to use. | no | brotli,gzip |
| depth | Maximum folder depth to process | no | 3 |
| deterministicCompression | When using "gzip", do not save or restore the original name and timestamp. | no | false |
Outputs
no outputs