This commit is contained in:
brostosjoined 2025-05-30 13:23:32 +03:00
parent 04b15c625d
commit 32eaa3f98e

View file

@ -43,7 +43,7 @@ jobs:
- name: Apply Version Metadata
run: |
echo "Python files changed:" git diff --name-only HEAD~1 HEAD | grep ".py$"
echo "find . -type f -name "*.py"
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)
- name: Commit Version Metadata