This commit is contained in:
brostosjoined 2025-06-01 15:36:32 +03:00
parent 710353a9a9
commit 852a7b81ba

View file

@ -43,8 +43,8 @@ jobs:
- name: Apply Version Metadata
run: |
echo "Python files changed in PR:"
git diff --name-only origin/${{ github.base_ref }}..origin/${{ github.head_ref }} | grep ".py$"
echo "Log:"
git log
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)
- name: Commit Version Metadata