From c92e07f5e98f40cd2c33814cf08e54581865d583 Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Sun, 1 Jun 2025 18:00:35 +0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2e5a18..50ef374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: LAST_SHORTEN_COMMIT_HASH=$(git log --pretty=format:'%h' -n 1) LAST_COMMIT_HASH=$(git log --pretty=format:'%H' -n 1) CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r "$LAST_COMMIT_HASH") - echo "$CHANGED_FILES" + echo $CHANGED_FILES python test/auto_apply_version_metadata.py "$LAST_SHORTEN_COMMIT_HASH" "$CHANGED_FILES" - name: Commit Version Metadata