OCMP-5019
This commit is contained in:
parent
166c639392
commit
49258fec9f
@ -43,11 +43,7 @@ runs:
|
|||||||
|
|
||||||
BODY="${BODY}}"
|
BODY="${BODY}}"
|
||||||
|
|
||||||
echo "$BODY"
|
curl -v "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \
|
||||||
T="${{ inputs.token }}"
|
|
||||||
echo "$T"
|
|
||||||
echo ""
|
|
||||||
curl -v -X POST "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \
|
|
||||||
-H "Authorization: Bearer ${{ inputs.token }}" \
|
-H "Authorization: Bearer ${{ inputs.token }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d "$BODY"
|
-d "$BODY"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user