DevOps
This commit is contained in:
+1
-1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user