arit-ucsb/github-environmentcheck-tool
Version updated for https://github.com/arit-ucsb/AppDev.GitHub.EnvironmentCheck.Tool to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The AppDev.GitHub.EnvironmentCheck.Tool GitHub Action ensures that specified GitHub environments are pre-existing in a repository before proceeding with a workflow. This prevents the automatic creation of environments, which could bypass deployment policies, and is particularly useful for reusable workflows or templates that rely on predefined environments. It automates the validation of environment existence, ensuring deployment workflows adhere to established policies and configurations.
What’s Changed
What’s Changed
- JS maintenance on EnvCheck Tool by @garster in https://github.com/arit-ucsb/AppDev.GitHub.EnvironmentCheck.Tool/pull/2
New Contributors
- @garster made their first contribution in https://github.com/arit-ucsb/AppDev.GitHub.EnvironmentCheck.Tool/pull/2
Full Changelog: https://github.com/arit-ucsb/AppDev.GitHub.EnvironmentCheck.Tool/compare/v1...v2.0.0