From d6ff465c7fd43df46fdfc1a725360eeba2313087 Mon Sep 17 00:00:00 2001 From: Milorad Jovanovic Date: Wed, 9 Apr 2025 16:29:09 +0000 Subject: [PATCH] OCMP-5190 add sha --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index af581bf..23c20ae 100644 --- a/action.yml +++ b/action.yml @@ -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"