From 9ec3d6efd4f3a0572223b8be9e4a1e484c62340c Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Fri, 30 May 2025 13:28:36 +0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12afa61..59dba80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,8 @@ jobs: - name: Apply Version Metadata 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) - name: Commit Version Metadata