From a63afad35e39ad4d576e10e4a4663488bd9eb091 Mon Sep 17 00:00:00 2001 From: subochev Date: Thu, 7 May 2026 00:59:39 +0300 Subject: [PATCH] DevOps --- clone/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone/action.yml b/clone/action.yml index 2ff8fd4..4b1662a 100644 --- a/clone/action.yml +++ b/clone/action.yml @@ -28,4 +28,4 @@ runs: echo 'Starting clone process ssh://git@bitbucket.isb:443/${{ inputs.repository }}.git' echo "Branch: \"${{ inputs.branch }}\"" echo "Repository: \"${{ inputs.repository }}\"" - GIT_TERMINAL_PROMPT=0 git clone --single-branch --branch "${{ inputs.branch }}" "ssh://git@bitbucket.isb:443/${{ inputs.repository }}.git" . + GIT_TERMINAL_PROMPT=0 git clone --single-branch --branch "${{ inputs.branch }}" "ssh://git@bitbucket.isb:443/${{ inputs.repository }}.git" ${{ inputs.target }}