Skip to content

Commit

Permalink
use ./
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jul 4, 2024
1 parent 128a1c9 commit bd0637c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: echo "PREV_FILE=$(echo https://raw.githubusercontent.com/reuvenharrison/oas/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV

- name: Run diff
run: docker run --rm -t -v $(pwd)/:/data:ro -w /data tufin/oasdiff changelog ${{ env.PREV_FILE }} simple.yaml -f githubactions
run: docker run --rm -t -v $(pwd)/:/data:ro -w /data tufin/oasdiff changelog ${{ env.PREV_FILE }} ./simple.yaml -f githubactions

19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,22 @@ Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
Go to actions and see the summary
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 bd0637c

Please sign in to comment.