From a3636afdd7a99efeb3fc06fc12410bc899ac2da1 Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Fri, 30 May 2025 11:19:51 +0300 Subject: [PATCH] forgot to close it --- .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 1d5cc97..2d0b266 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Apply Version Metadata run: | - echo "Git commit short hash: $(git log --pretty=format:'%h' -n 1) + echo "Git commit short hash: $(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