From f7137f9068fe0a333ab4e67f69d79c12fe6e2ff8 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Wed, 12 Jun 2024 14:50:25 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20update=5Fchangelog.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_changelog.yml b/.github/workflows/update_changelog.yml index 67bdd43516..8c973ce3ca 100644 --- a/.github/workflows/update_changelog.yml +++ b/.github/workflows/update_changelog.yml @@ -22,7 +22,7 @@ jobs: python-version: '3.x' - name: Extract Changelog from PR - run: python3 Tools/update_changelog.py "${{ github.event.pull_request.body }}" "CHANGELOG.yml" + run: python3 Tools/update_changelog.py "${{ github.event.pull_request.body }}" "Resources/Changelog/ChangelogSunrise.yml" - name: Commit and Push Changes run: |