aminfazlmondo/Has Active Deployment for Environment

checks whether the commit Id is the active deployment on the specified environment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
environmentThe environment name in GitHubyes
github_tokenThe GitHub token (if not provided, the environment variable GITHUB_TOKEN will be used instead)no
commit_shaThe commit sha to check and see if it is active (if not provided, the current commit id will be used)no
number_of_deployments_to_checkThe number of latest deployments to check (default is 5)no5
namedescription
has_active_deploymentTrue/False to represent if the commit has active deployment for the specified environment
currently_deployed_commitThe commit sha that is currently deployed to the specified environment