themrmilchmann/merge-tarballs
A GitHub Action to merge tarballs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| archive | The path to write the merged archive to. | yes | — |
| glob | A glob pattern matching the tarballs to merge. | yes | — |
| compression | The compression method for the (merged) archive. | no | gz |
Outputs
| name | description |
|---|---|
| archive | The path to the merged archive. |