intercreate/Artifact Eviction
Evict oldest GitHub Actions artifacts to stay under storage limits (FIFO)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with actions:write permission | yes | — |
| max_size_gb | Maximum total artifact storage size in GB | yes | — |
| dry_run | Preview deletions without actually deleting (true/false) | yes | — |
Outputs
| name | description |
|---|---|
| deleted_count | Number of artifacts deleted |
| freed_gb | Storage freed in GB |
| final_size_gb | Final storage size in GB |
| was_over_limit | Whether storage was over the limit before cleanup |