From 89f7b809bc57db4f1c6acdaece064027f306fbb3 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Thu, 17 Apr 2025 11:26:43 +0100 Subject: [PATCH] ci: fixing check-clean-git-history.sh argument passing --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index fe1cfaf..d56dcab 100644 --- a/Earthfile +++ b/Earthfile @@ -27,7 +27,7 @@ check-clean-git-history: RUN wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${CLEAN_GIT_HISTORY_VERSION}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/" DO +COPY_METADATA ARG from="origin/HEAD" - RUN ./ci/check-clean-git-history.sh "${from_reference}" + RUN ./ci/check-clean-git-history.sh "${from}" check-conventional-commits-linting: