Skip to content

Commit

Permalink
change spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jul 4, 2024
1 parent 1da4cdb commit db353f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
shell: bash
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: oasdiff
- name: Run diff
run: docker run --rm -t -v $(pwd)/:/data:ro tufin/oasdiff changelog https://raw.githubusercontent.com/reuvenharrison/oas/main/simple.yaml /data/simple.yaml -f githubactions

2 changes: 1 addition & 1 deletion simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ paths:
tags:
- Test
responses:
"201":
"200":
description: Success
/partner-api/test/another-method:
get:
Expand Down

0 comments on commit db353f1

Please sign in to comment.