actions-marketplace-validations/Action Archiver
GitHub Action to generate archives
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Current working directory for the action | no | "" |
| format | The archive format to use. Either zip or tar | yes | tar |
| path | A File or directory or glob pattern to archive | yes | * |
| output | Name of the output file | yes | __archive__ |
| gzip | Compress the tar archive using gzip | no | false |
| compression-level | Compression level for the archive | no | 4 |
| ignore | Paths to ignore. Can be used when path is a directory or glob | no | "" |
Outputs
| name | description |
|---|---|
| archive | Absolute path of the archive created |