Files
continue/.github
Nate 98254b1f32 fix: Use environment variables to prevent escaping issues in workflow
Agent output containing backticks (e.g., `LogsTabContent.tsx`) caused
workflow failures due to:
1. Shell command substitution in echo statements
2. JavaScript template literal syntax errors

This fix passes all dynamic values via environment variables instead
of direct GitHub expression interpolation, which properly escapes
special characters.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 14:44:12 -08:00
..
2025-12-08 10:42:08 -08:00
2025-11-25 20:39:59 -08:00
2025-03-16 12:03:17 -07:00