From 1df7bc3f87baa8e8a87c1c4c79d9e3278082cd2b Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 24 Oct 2025 01:46:58 -0400 Subject: [PATCH] ci(sync-changelog): fix YAML lint error by trimming trailing spaces and ensuring EOF newline --- .github/workflows/sync-changelog.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync-changelog.yml b/.github/workflows/sync-changelog.yml index 2ac68a8..dbbcd12 100644 --- a/.github/workflows/sync-changelog.yml +++ b/.github/workflows/sync-changelog.yml @@ -75,4 +75,3 @@ jobs: git commit -m "chore: sync CHANGELOG.md and VERSION (${{ steps.ver.outputs.version }}) from FileRise" git push origin main fi - \ No newline at end of file