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."
inputs:
owner:
description: "Repository owner (mandatory)"
required: true
repo:
repo_name:
description: "Repository name (mandatory)"
required: true
sha:
@ -37,7 +34,7 @@ runs:
- name: Call Ocamba Velocity Integration API
shell: bash
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
if [ -n "${{ inputs.sha }}" ]; then