Skip to content

Conversation

@14ag
Copy link
Owner

@14ag 14ag commented Nov 6, 2025

This PR addresses CI failures with git checkout exit code 128 by:

  1. Downgrading to actions/checkout@v3 for improved stability
  2. Adding workspace cleanup before checkout
  3. Implementing enhanced git configuration:
    • fetch-depth: 0 (full history)
    • clean: true (clean workspace)
    • persist-credentials: true
    • lfs: true
    • submodules: recursive
  4. Adding git debug steps for better error visibility

The changes are documented in ci_fix_results.md for future reference.

Testing Status:

  • ⏳ Waiting for CI run with new configuration
  • 📝 Will update PR with results once available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants