DEVX-200: [BE] Унифицировать понятие версии сервиса

This commit is contained in:
2026-04-08 14:17:43 +03:00
parent afe1e26d66
commit b26b44fcef
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -39,9 +39,9 @@ jobs:
steps:
- name: 'Print Info'
run: |
echo "Cloning ${{ github.event.inputs.repo_path }}"
echo "From branch ${{ github.event.inputs.branch }}"
echo "Namespace ${{ github.event.inputs.namespace }}"
echo "Repository: ${{ github.event.inputs.repo_path }}"
echo "Branch: ${{ github.event.inputs.branch }}"
echo "Namespace: ${{ github.event.inputs.namespace }}"
- name: Cloning
uses: https://git.binom.pw/otp/devops/clone@main
with:
+3 -3
View File
@@ -35,9 +35,9 @@ jobs:
steps:
- name: 'Print Info'
run: |
echo "Cloning ${{ github.event.inputs.repo_path }}"
echo "From branch ${{ github.event.inputs.branch }}"
echo "Namespace ${{ github.event.inputs.namespace }}"
echo "Repository: ${{ github.event.inputs.repo_path }}"
echo "Branch: ${{ github.event.inputs.branch }}"
echo "Namespace: ${{ github.event.inputs.namespace }}"
- name: Cloning
uses: https://git.binom.pw/otp/devops/clone@main
with: