mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-06 20:32:55 +08:00
- Update GitHub Actions workflow to only enable debug mode when DEBUG_MODE secret is exactly 'true' - Previously debug mode was enabled for any non-empty value, which could lead to accidental activation - Change from `[ -n "$debug_mode" ]` to `[ "$debug_mode" = "true" ]` for precise control 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>