From c1c28158263b099a6e66d87cee21b77291da4e09 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 3 Feb 2025 15:38:40 -0500 Subject: [PATCH] yaml. mistake. --- .github/workflows/check-changelog.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-changelog.yml b/.github/workflows/check-changelog.yml index d887e733..125792ce 100644 --- a/.github/workflows/check-changelog.yml +++ b/.github/workflows/check-changelog.yml @@ -1,5 +1,5 @@ - name: Check changelog uses: GiulioRomualdi/yet-another-changelog-checker@v1 - with: - changelog: docs/pages/resources/changelog.md - should-add-comment: 'true' + with: + changelog: docs/pages/resources/changelog.md + should-add-comment: 'true'