Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ merge-main-to-docs:
ARG git_repo="earthly/earthly"
ARG git_url="git@github.com:$git_repo"
# renovate: datasource=github-releases packageName=earthly/lib
ARG earthly_lib_version=3.0.1
ARG earthly_lib_version=3.0.3
ARG SECRET_PATH=littleredcorvette-id_rsa
DO --pass-args github.com/earthly/lib/utils/git:$earthly_lib_version+DEEP_CLONE \
--GIT_URL=$git_url --SECRET_PATH=$SECRET_PATH
Expand Down Expand Up @@ -957,7 +957,7 @@ open-pr-for-fork:
&& rm ghlinux.tar.gz && mv ./bin/gh /usr/local/bin/gh

# renovate: datasource=github-releases packageName=earthly/lib
ARG earthly_lib_version=3.0.1
ARG earthly_lib_version=3.0.3
ARG SECRET_PATH=littleredcorvette-id_rsa
ARG git_repo="earthly/earthly"
LET git_url="git@github.com:$git_repo"
Expand Down
Loading