DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -39,9 +39,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 'Print Info'
|
- name: 'Print Info'
|
||||||
run: |
|
run: |
|
||||||
echo "Cloning ${{ github.event.inputs.repo_path }}"
|
echo "Repository: ${{ github.event.inputs.repo_path }}"
|
||||||
echo "From branch ${{ github.event.inputs.branch }}"
|
echo "Branch: ${{ github.event.inputs.branch }}"
|
||||||
echo "Namespace ${{ github.event.inputs.namespace }}"
|
echo "Namespace: ${{ github.event.inputs.namespace }}"
|
||||||
- name: Cloning
|
- name: Cloning
|
||||||
uses: https://git.binom.pw/otp/devops/clone@main
|
uses: https://git.binom.pw/otp/devops/clone@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -35,9 +35,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 'Print Info'
|
- name: 'Print Info'
|
||||||
run: |
|
run: |
|
||||||
echo "Cloning ${{ github.event.inputs.repo_path }}"
|
echo "Repository: ${{ github.event.inputs.repo_path }}"
|
||||||
echo "From branch ${{ github.event.inputs.branch }}"
|
echo "Branch: ${{ github.event.inputs.branch }}"
|
||||||
echo "Namespace ${{ github.event.inputs.namespace }}"
|
echo "Namespace: ${{ github.event.inputs.namespace }}"
|
||||||
- name: Cloning
|
- name: Cloning
|
||||||
uses: https://git.binom.pw/otp/devops/clone@main
|
uses: https://git.binom.pw/otp/devops/clone@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user