Skip to content

Commit bd0637c

Browse files
author
Reuven
committed
use ./
1 parent 128a1c9 commit bd0637c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.github/workflows/bc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
run: echo "PREV_FILE=$(echo https://raw.githubusercontent.com/reuvenharrison/oas/${{ env.PREV_COMMIT }}/simple.yaml)" >> $GITHUB_ENV
2828

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

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,22 @@ Go to actions and see the summary
1818
Go to actions and see the summary
1919
Go to actions and see the summary
2020
Go to actions and see the summary
21+
Go to actions and see the summary
22+
Go to actions and see the summary
23+
Go to actions and see the summary
24+
Go to actions and see the summary
25+
Go to actions and see the summary
26+
Go to actions and see the summary
27+
Go to actions and see the summary
28+
Go to actions and see the summary
29+
Go to actions and see the summary
30+
Go to actions and see the summary
31+
Go to actions and see the summary
32+
Go to actions and see the summary
33+
Go to actions and see the summary
34+
Go to actions and see the summary
35+
Go to actions and see the summary
36+
Go to actions and see the summary
37+
Go to actions and see the summary
38+
Go to actions and see the summary
39+
Go to actions and see the summary

simple.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ paths:
88
tags:
99
- Test
1010
responses:
11-
"201":
11+
"200":
1212
description: Success
1313
/partner-api/test/another-method:
1414
get:

0 commit comments

Comments
 (0)