Commit a894f55
Fix empty string pointer handling in create_repository_from_template
- Only set owner and description if non-empty
- Prevents sending empty strings to GitHub API which could be misinterpreted
- All tests still pass
Co-authored-by: SamMorrowDrums <[email protected]>1 parent b32d68f commit a894f55
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
694 | | - | |
695 | 693 | | |
696 | 694 | | |
697 | 695 | | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
698 | 704 | | |
699 | 705 | | |
700 | 706 | | |
| |||
0 commit comments