This commit is contained in:
2026-05-07 00:59:39 +03:00
parent 5e2a0310f8
commit a63afad35e
+1 -1
View File
@@ -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 }}