This commit is contained in:
brostosjoined 2025-05-30 13:28:36 +03:00
parent 2386196ce7
commit 9ec3d6efd4

View file

@ -43,7 +43,8 @@ jobs:
- name: Apply Version Metadata - name: Apply Version Metadata
run: | run: |
echo "find . -type f -name " echo "Python files found in the repository:"
find . -type f -name "*.py"
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1) python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)
- name: Commit Version Metadata - name: Commit Version Metadata