Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaafar authored Oct 24, 2024
1 parent 11ddce4 commit 069d89c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/postman-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
-F 'collection=@postman/v1/whatsapp-flows-api.postman_collection.json;type=application/json'
- name: Upload Cloud API Collection
run: |
http --follow PUT 'https://api.getpostman.com/collections/13382743-84d01ff8-4253-4720-b454-af661f36acc2' \
'X-Api-Key: ${{ secrets.POSTMAN_API_KEY }}' \
< postman/v1/whatsapp-cloud-api.postman_collection.json
run: |
http --follow PUT 'https://api.getpostman.com/collections/13382743-84d01ff8-4253-4720-b454-af661f36acc2' \
'X-Api-Key: ${{ secrets.POSTMAN_API_KEY }}' \
< postman/v1/whatsapp-cloud-api.postman_collection.json
# - name: Upload Cloud API Collection
# run: |
Expand Down

0 comments on commit 069d89c

Please sign in to comment.