diff --git a/.gitea/workflows/build-backend.yml b/.gitea/workflows/build-backend.yml index 87fc39b..daa15e8 100644 --- a/.gitea/workflows/build-backend.yml +++ b/.gitea/workflows/build-backend.yml @@ -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: diff --git a/.gitea/workflows/build-frontend.yml b/.gitea/workflows/build-frontend.yml index 8bc38f1..4dd7e50 100644 --- a/.gitea/workflows/build-frontend.yml +++ b/.gitea/workflows/build-frontend.yml @@ -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: