Files
ComfyUI_frontend/.github
snomiao 732ba06c86 fix: Correct i18n workflow git commit logic
The previous workflow was resetting the branch which discarded the
generated locale changes. This fix simplifies the commit logic to
just add and commit the changes directly without branch manipulation.

The issue was:
- git stash + git checkout -B would reset to remote, losing changes
- The detached HEAD in GitHub Actions made stash operations unreliable

The fix:
- Remove unnecessary git stash/checkout operations
- Directly add, commit, and push the locale changes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-12 05:59:12 +00:00
..
2026-01-27 17:59:19 -08:00
2026-01-27 17:59:19 -08:00