OCMP-0 sipmlfy repo name

This commit is contained in:
Milorad Jovanovic 2025-03-27 16:23:25 +00:00
parent 96fe74c1f1
commit 089fdf9427

View File

@ -2,10 +2,7 @@ name: "Ocamba Velocity Integration API Caller"
description: "Calls the Ocamba Velocity Integration API with the required parameters." description: "Calls the Ocamba Velocity Integration API with the required parameters."
inputs: inputs:
owner: repo_name:
description: "Repository owner (mandatory)"
required: true
repo:
description: "Repository name (mandatory)" description: "Repository name (mandatory)"
required: true required: true
sha: sha:
@ -37,7 +34,7 @@ runs:
- name: Call Ocamba Velocity Integration API - name: Call Ocamba Velocity Integration API
shell: bash shell: bash
run: | run: |
URL="https://${VELOCITY_API_DOMAIN}/v1/velocity/integration?owner=${{ inputs.owner }}&repo=${{ inputs.repo }}" URL="https://${VELOCITY_API_DOMAIN}/v1/velocity/integration?repo_name=${{ inputs.repo_name }}"
# Append sha parameter if provided # Append sha parameter if provided
if [ -n "${{ inputs.sha }}" ]; then if [ -n "${{ inputs.sha }}" ]; then