Commit 8d0d5cd
committed
fix: allow dots in repo names for checkout validation
GitHub repos like interserver/webhooks.interserver.net contain dots
but the checkoutBranch regex only allowed alphanumerics, underscores
and hyphens. Update regex to also allow dots and forward slashes
in owner/repo components.1 parent 2c910da commit 8d0d5cd
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1049 | 1049 | | |
1050 | 1050 | | |
1051 | 1051 | | |
1052 | | - | |
| 1052 | + | |
1053 | 1053 | | |
1054 | 1054 | | |
1055 | 1055 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
| 229 | + | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments