reviewable/Remove previous app versions
Remove all versions of the app beyond the set limit.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 14, 2026
- License
- None
Pinned Snippet
uses: reviewable/appengine-remove-action@68461113f9c86e8e59d7f84a9cf3dc330b503c64 # v3.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project_id | The GCP project ID. Overrides project ID set by credentials. | no | — |
| limit | A number to set the total allowed deployed versions of your app. | yes | — |
| apply_limit_after_days | Versions newer than this number of days before today will not be deleted. Older versions will be subject to the limit value. | no | — |
| credentials | Service account key to use for authentication. This should be the JSON formatted private key which can be exported from the Cloud Console. The value can be raw or base64-encoded. | no | — |
| service_name | The name of the service you want to target with the action. | no | — |
Outputs
no outputs