Skip to content

Commit

Permalink
ignore stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaafar authored Oct 24, 2024
1 parent 0f50be9 commit 5414835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postman-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload Cloud API Collection
run: |
http --follow --form PUT 'https://api.getpostman.com/collections/13382743-84d01ff8-4253-4720-b454-af661f36acc2' \
http --follow --form --ignore-stdin PUT 'https://api.getpostman.com/collections/13382743-84d01ff8-4253-4720-b454-af661f36acc2' \
'X-Api-Key: ${{ secrets.POSTMAN_API_KEY }}' \
collection@postman/v1/whatsapp-cloud-api.postman_collection.json
Expand Down

0 comments on commit 5414835

Please sign in to comment.