Files
gemini-cli/.github/workflows
Christian Gunderman 1ff17334a9 fix(ci): capture agent's true base SHA to prevent patch conflicts
The reasoning job now captures the HEAD commit SHA prior to patch generation (`patch_base_sha`) and passes it to the publish job. The publish job then checks out this precise SHA rather than the original `target_sha`. This ensures that if the agent checks out an existing PR branch to resolve comments, the generated patch is applied cleanly against the tip of that branch instead of causing a merge conflict with main.
2026-05-15 12:38:49 -07:00
..