OCMP-5190 add sha

This commit is contained in:
Milorad Jovanovic 2025-04-09 16:29:09 +00:00
parent 0bc075e694
commit d7a3538f81

View File

@ -43,7 +43,7 @@ runs:
BODY="${BODY}}"
curl "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \
curl "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration?repo_name=${{ inputs.repo_name }}&sha=${{ inputs.sha }}" \
-H "Authorization: Bearer ${{ inputs.token }}" \
-H "Content-Type: application/json" \
-d "$BODY"