Skip to content

Commit 6e4d1af

Browse files
ci: fixing check-clean-git-history.sh argument passing (#151)
1 parent ede28c9 commit 6e4d1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ check-clean-git-history:
2828
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/"
2929
DO +COPY_METADATA
3030
ARG from="origin/HEAD"
31-
RUN ./ci/check-clean-git-history.sh "${from_reference}"
31+
RUN ./ci/check-clean-git-history.sh "${from}"
3232

3333

3434
check-conventional-commits-linting:

0 commit comments

Comments
 (0)