We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbab3cb + ba1c183 commit a5c28e1Copy full SHA for a5c28e1
1 file changed
README.md
@@ -8,7 +8,7 @@ The following example [workflow step](https://help.github.com/en/actions/configu
8
```yml
9
- name: "Find difference between OpenAPI specifications"
10
id: diff_state
11
- uses: swimmwatch/openapi-diff-action@v1.0.0
+ uses: swimmwatch/openapi-diff-action@v1.0.1
12
with:
13
old-spec: "old_spec.json"
14
new-spec: "new_spec.json"
0 commit comments