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 }}