ln-zap/bake-devenv-image
Generate activation assets and slim caches for devenv runner image snapshots.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 15, 2026
- License
- MIT
Pinned Snippet
uses: ln-zap/bake-devenv-image@12a8bbfa3f60994ed5c69ae01b8e37c8b03d2755 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| snapshot_name | Snapshot name label for reporting. | no | project-devenv |
| activation_script_path | Path where activation script will be written. | no | /home/runner/copilot-devenv-activate.sh |
| slim_caches | Whether transient caches should be removed before snapshot. | no | true |
| cache_paths | Newline-delimited cache paths to remove when slim_caches is true. | no | "" |
Outputs
| name | description |
|---|---|
| activation_script_written | Whether activation script file exists and is executable. |
| cache_bytes_removed | Approximate total bytes removed from configured cache_paths. |
| snapshot_name | Snapshot name label. |