From 5ab3034a09ba6f53156e1917e13a5e577e2eb3cb Mon Sep 17 00:00:00 2001 From: brostosjoined Date: Fri, 30 May 2025 11:17:06 +0300 Subject: [PATCH] See the output of the log --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de36220..1d5cc97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,7 @@ jobs: - name: Apply Version Metadata run: | + 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