We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0e763 commit ae62c08Copy full SHA for ae62c08
.github/workflows/final_combined.yml
@@ -104,7 +104,7 @@ jobs:
104
run: |
105
echo "Sending JSON payload to API"
106
107
- response=$(curl -s -X POST "$API_BASE/dataConnector" -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" --data-binary "@$JSON_PAYLOAD_PATH")
+ response=$(curl -s -X POST "$API_BASE/CCP_dataconnector" \ -H "Authorization: Bearer $TOKEN" \-H "Content-Type: application/json" \-H "Source: GitHub" \--data-binary "@$JSON_PAYLOAD_PATH")
108
109
result_status=$(echo "$response" | jq -r '.status // empty')
110
message=$(echo "$response" | jq -r '.message // "No message provided"')
0 commit comments