Open hassanshaikley opened 1 year ago
When I use
with: apiKey: ${{ secrets.POSTMAN_API_KEY }} collection: ${{ secrets.POSTMAN_COLLECTION_URL }} reporters: cli
This doesn't work. It succeeds but I know it's not finding the collection.
I generate the collection url and api key when I hit share in postman
But I have no luck. It isn't finding the collection.
I figured it out:
Created a PR to fix this here: https://github.com/anthonyvscode/newman-action/pull/432
When I use
This doesn't work. It succeeds but I know it's not finding the collection.
I generate the collection url and api key when I hit share in postman
But I have no luck. It isn't finding the collection.