From 8b229e2cbac05ffa3e4e6646023a0b4ee717c736 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 13 Jul 2026 11:29:54 +0200 Subject: [PATCH] Deprecate use-git-cli --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index fc4dd3b..6b37e1f 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: required: false default: "" use-git-cli: - description: "Set CARGO_NET_GIT_FETCH_WITH_CLI" + description: "Deprecated, this has no effect" required: false default: "false" @@ -56,7 +56,6 @@ runs: - ${{ inputs.credentials }} - ${{ inputs.ssh-key }} - ${{ inputs.ssh-known-hosts }} - - ${{ inputs.use-git-cli }} - --log-level - ${{ inputs.log-level }} - --manifest-path