This commit is contained in:
subochev 2026-02-20 15:55:01 +03:00
parent 385b6cb31f
commit 14d92a0d68

View File

@ -26,6 +26,10 @@ jobs:
name: 'Deploy to dev'
runs-on: ubuntu-latest
steps:
- name: 'Print Info'
run: |
echo "Cloning ${{ github.event.inputs.repo_path }}"
echo "From branch ${{ github.event.inputs.branch }}"
- name: Cloning2
uses: https://git.binom.pw/otp/devops/clone@main
with: