Skip to content

Commit d05d781

Browse files
ci: fixing check-clean-git-history.sh argument passing (#81)
1 parent d8454f0 commit d05d781

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
@@ -27,7 +27,7 @@ check-clean-git-history:
2727
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/"
2828
DO +COPY_METADATA
2929
ARG from="origin/HEAD"
30-
RUN ./ci/check-clean-git-history.sh "${from_reference}"
30+
RUN ./ci/check-clean-git-history.sh "${from}"
3131

3232

3333
check-conventional-commits-linting:

0 commit comments

Comments
 (0)