We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82082f7 commit 71971b7Copy full SHA for 71971b7
1 file changed
.github/workflows/blank.yml
@@ -3,7 +3,7 @@ name: Newman Run
3
on:
4
pull_request:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
newman:
@@ -13,5 +13,5 @@ jobs:
13
- uses: matt-ball/newman-action@master
14
with:
15
apiKey: ${{ secrets.postmanApiKey }}
16
- collection: postman_collection.json
+ collection: Book_collection.postman_collection.json
17
environment: 5922408-228c7edd-fc15-4f68-9665-a35d7df6945b
0 commit comments