diff --git a/clone/action.yml b/clone/action.yml index 895a6cc..72a3d61 100644 --- a/clone/action.yml +++ b/clone/action.yml @@ -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" .