Update update_changelog.yml

This commit is contained in:
Vigers Ray 2024-06-13 02:01:25 +03:00 committed by GitHub
parent f1a53f5cfe
commit 369d7269fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ jobs:
python-version: '3.x'
- name: Install Dependencies
run: pip install pyyaml request
run: pip install pyyaml requests
- name: Extract Changelog from PR
run: python3 Tools/automatic_changelog.py "Resources/Changelog/ChangelogSunrise.yml" "${{ github.event.pull_request.body }}"