DEVX-168: [BE] API Graph Summary
This commit is contained in:
parent
92be1b170d
commit
884e505ec8
@ -22,4 +22,6 @@ runs:
|
||||
- name: Cloning
|
||||
run: |
|
||||
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" .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user