Commit 31284af
Fix schema name generation for branch names with forward slashes
- Update sed regex from 's/-/_/g' to 's/[-\/]/_/g' to handle both hyphens and forward slashes
- Fixes CI failures when branch names contain '/' characters like 'devin/ELE-4833-1753733759'
- Ensures valid database schema names are generated for all branch naming patterns
Co-Authored-By: Yosef Arbiv <yosef.arbiv@gmail.com>1 parent dc8fba5 commit 31284af
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments