Skip to content

Commit d68e4d0

Browse files
update org from tufin->oasdiff
1 parent 1c611ff commit d68e4d0

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
id: test_ete
1414
uses: ./diff
1515
with:
16-
base: https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test1.yaml
17-
revision: https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test3.yaml
16+
base: https://raw.githubusercontent.com/oasdiff/oasdiff/main/data/openapi-test1.yaml
17+
revision: https://raw.githubusercontent.com/oasdiff/oasdiff/main/data/openapi-test3.yaml
1818
format: 'text'
1919
output-to-file: 'diff.txt'
2020
- name: Test diff action output to file
@@ -231,8 +231,8 @@ jobs:
231231
id: test_changelog
232232
uses: ./changelog
233233
with:
234-
base: https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test1.yaml
235-
revision: https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test3.yaml
234+
base: https://raw.githubusercontent.com/oasdiff/oasdiff/main/data/openapi-test1.yaml
235+
revision: https://raw.githubusercontent.com/oasdiff/oasdiff/main/data/openapi-test3.yaml
236236
output-to-file: "changelog.txt"
237237
- name: Test changelog action output
238238
run: |
@@ -276,4 +276,3 @@ jobs:
276276
echo "Expected '1 changes: 1 error, 0 warning, 0 info', instead got '$output'" >&2
277277
exit 1
278278
fi
279-

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# oasdiff-action
22
[![CI](https://github.com/oasdiff/oasdiff-action/actions/workflows/test.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions)
33

4-
GitHub actions for comparing OpenAPI specs and detect breaking changes, based on [oasdiff](https://github.com/Tufin/oasdiff) tool
4+
GitHub actions for comparing OpenAPI specs and detect breaking changes, based on [oasdiff](https://github.com/oasdiff/oasdiff) tool
55

66
## How to use?
77
Depending on your use case, refer below for instructions on generating reports for differences, breaking changes and changelog.
@@ -33,8 +33,8 @@ Copy and paste the following snippet into your build .yml file:
3333
- name: Running OpenAPI Spec diff action
3434
uses: oasdiff/oasdiff-action/breaking@main
3535
with:
36-
base: https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test1.yaml
37-
revision: https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test3.yaml
36+
base: https://raw.githubusercontent.com/oasdiff/oasdiff/main/data/openapi-test1.yaml
37+
revision: https://raw.githubusercontent.com/oasdiff/oasdiff/main/data/openapi-test3.yaml
3838
```
3939

4040
Additional arguments:
@@ -58,8 +58,8 @@ Copy and paste the following snippet into your build .yml file:
5858
- name: Running OpenAPI Spec diff action
5959
uses: oasdiff/oasdiff-action/changelog@main
6060
with:
61-
base: https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test1.yaml
62-
revision: https://raw.githubusercontent.com/Tufin/oasdiff/main/data/openapi-test3.yaml
61+
base: https://raw.githubusercontent.com/oasdiff/oasdiff/main/data/openapi-test1.yaml
62+
revision: https://raw.githubusercontent.com/oasdiff/oasdiff/main/data/openapi-test3.yaml
6363
```
6464

6565
Additional arguments:

0 commit comments

Comments
 (0)