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 ae62c08 commit b25aa8bCopy full SHA for b25aa8b
.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/CCP_dataconnector" \ -H "Authorization: Bearer $TOKEN" \-H "Content-Type: application/json" \-H "Source: GitHub" \--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