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
fix: strip whitespace from publisher file paths (#18825)
* fix: strip whitespace from publisher file paths
Both GitHub and GitLab publisher forms accept inputs, and the filenames
are not validated against a regular expression at provision time.
This leads to folks entering values with leading whitespace, which can
be readily filtered out prior to validation.
Fixes#18820
Signed-off-by: Mike Fiedler <[email protected]>
* make translations
Signed-off-by: Mike Fiedler <[email protected]>
---------
Signed-off-by: Mike Fiedler <[email protected]>
0 commit comments