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.
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 📸
related: https://github.com/github/branch-deploy/issues/292