surasithaof/Compare Environment Changes
Compares environment configuration changes for release management to ensure consistency across different deployment environments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with permissions to access the repository | no | ${{ github.token }} |
| repository | The repository to compare environments in the format 'owner/repo' | no | ${{ github.repository }} |
| head-ref | The head ref to compare against (e.g., 'main' or 'master') | no | master |
| base-ref | The base ref to compare (e.g., the feature or release branch) | no | latest |
| env-file-path | Path to the environment configuration file to compare | no | .env.example |
Outputs
| name | description |
|---|---|
| has-changes | Indicates whether there are differences between the environment files |
| changelog | A summary of the differences found between the environment files |