surasithaof/Compare Environment Changes

Compares environment configuration changes for release management to ensure consistency across different deployment environments.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenGitHub token with permissions to access the repositoryno${{ github.token }}
repositoryThe repository to compare environments in the format 'owner/repo'no${{ github.repository }}
head-refThe head ref to compare against (e.g., 'main' or 'master')nomaster
base-refThe base ref to compare (e.g., the feature or release branch)nolatest
env-file-pathPath to the environment configuration file to compareno.env.example
namedescription
has-changesIndicates whether there are differences between the environment files
changelogA summary of the differences found between the environment files