Skip to content

[BUILD] GitHub workflow paths still reference /wezterm/wezterm paths #722

@mikejmorgan-ai

Description

@mikejmorgan-ai

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions