Files
TimeTracker/.github/workflows
Dries Peeters 0b233241ca fix: rewrite JavaScript template literal to avoid syntax errors
- Replace template literal with array.join() approach for comment body
- Eliminates potential encoding issues with template literal backticks
- Improves code readability with explicit line array
- Ensures cross-platform JavaScript compatibility in GitHub Actions

This provides a more robust solution to the 'Invalid or unexpected token'
SyntaxError by avoiding problematic template literal syntax entirely.
2025-09-19 11:35:15 +02:00
..
2025-09-19 09:00:02 +02:00
2025-09-05 15:00:08 +02:00