DEVX-168: [BE] API Graph Summary

This commit is contained in:
subochev 2026-03-18 12:37:51 +03:00
parent 92be1b170d
commit 884e505ec8

View File

@ -22,4 +22,6 @@ runs:
- name: Cloning - name: Cloning
run: | run: |
echo 'Starting clone process ssh://git@bitbucket.isb:443/${{ inputs.repository }}.git' 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" .