фикс update_changelog.yml

This commit is contained in:
Vigers Ray 2024-06-12 14:50:25 +03:00
parent b8b11a5264
commit f7137f9068

View file

@ -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: |