You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to the custom parameter validation should be backwards compatible, and account for cases like this where the user passes in a single string.
The text was updated successfully, but these errors were encountered:
alangsto
changed the title
Previously supported parameters not passing validation
Previously supported custom parameters not passing validation
Sep 20, 2023
#392 introduced a breaking change that prevents previously allowed custom parameters from passing validation.
Example of custom parameter that now does not pass validation:
["next=something?repo=https://github.com/org/repo?folder=/home/user&branch=main"]
Changes to the custom parameter validation should be backwards compatible, and account for cases like this where the user passes in a single string.
The text was updated successfully, but these errors were encountered: