diff --git a/.github/workflows/postman-sync.yaml b/.github/workflows/postman-sync.yaml index 8fce7ab..8dc4970 100644 --- a/.github/workflows/postman-sync.yaml +++ b/.github/workflows/postman-sync.yaml @@ -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: |