DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user