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"