github / branch-deploy

Enabling Branch Deployments through IssueOps with GitHub Actions - If you find this project useful, give it a star! ⭐️
https://github.com/marketplace/actions/branch-deploy
MIT License
384 stars 45 forks source link

Input Validation #293

Closed GrantBirki closed 2 months ago

GrantBirki commented 2 months ago

Input Validation ✅

A few inputs of this Action have been improved to ensure that their correct values are set. For example, if a user were to provide update_branch: foo it would now fail the Action as this input value is not valid. This should hopefully help guard against typos and other mistakes that could cause the Action to fail when providing values for this custom input options.

Example 📸

Screenshot 2024-08-09 at 12 41 05 PM

related: https://github.com/github/branch-deploy/issues/292