Skip to content

Commit

Permalink
fix form post
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaafar authored Oct 24, 2024
1 parent 046d14f commit 0f50be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/postman-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Upload Cloud API Collection
run: |
http --follow --form 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'
'X-Api-Key: ${{ secrets.POSTMAN_API_KEY }}' \
collection@postman/v1/whatsapp-cloud-api.postman_collection.json
# - name: Upload Cloud API Collection
# run: |
Expand Down

0 comments on commit 0f50be9

Please sign in to comment.