Skip to content

Commit

Permalink
Update postman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclowes authored Oct 16, 2024
1 parent a09bbd2 commit 3f25eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
for file in yaml/*.yaml; do
collection_name=$(basename "$file" .yaml) # Extracts file name without extension
postman_collection="postman/${collection_name}_postman.json"
postman_collection="${collection_name}_postman.json"
openapi2postmanv2 -s "$file" -o "$postman_collection" --pretty
# Ensure you have collection UID for each file
Expand Down

0 comments on commit 3f25eea

Please sign in to comment.