Description
Multiple GitHub workflow files still reference the old WezTerm repository paths.
Affected Files
.github/workflows/gen_ubuntu24.04_tag.yml
.github/workflows/gen_ubuntu24.04_continuous.yml
.github/workflows/gen_ubuntu20.04_continuous.yml
- Multiple other
gen_*.yml files
Current
git config --global --add safe.directory /__w/wezterm/wezterm
Should Be
git config --global --add safe.directory /__w/cx/cx
Impact
- CI builds may fail on fresh runners
- Git operations in workflows may have permission issues
Estimated Time
30 minutes