We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ac04a commit 0ca5bfbCopy full SHA for 0ca5bfb
.github/workflows/v11-deployment-pipeline.yml
@@ -522,7 +522,7 @@ jobs:
522
-H "Content-Type: application/json" \
523
-H "id: $auth_id" \
524
-H "key: $auth_key" \
525
- -d "{\"instance_id\": \"$instance_id\", \"version\": \"$TAG\"}")
+ -d "{\"instances_ids\": [\"$instance_id\"], \"version\": \"$TAG\"}")
526
527
http_code=$(echo "$response" | tail -n1)
528
body=$(echo "$response" | sed '$d')
0 commit comments