Skip to content

Commit a9e4ef9

Browse files
committed
ELI-338: Adds json under collection key
1 parent aaf5586 commit a9e4ef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ jobs:
147147
env:
148148
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
149149
run: |
150-
curl --fail -X PUT \
150+
curl -X PUT \
151151
https://api.getpostman.com/collections/44595835-573a42db-b7a5-4b69-9f62-696b6df3f12f \
152152
-H "X-Api-Key: $POSTMAN_API_KEY" \
153153
-H "Content-Type: application/json" \
154-
-d @specification/postman/collection.json
154+
-d "{\"collection\": $(cat specification/postman/collection.json)}
155155
156156
publish:
157157
needs: publish_postman

0 commit comments

Comments
 (0)