Skip to content

Commit

Permalink
fix(docs): Diff non-default scoped specs in example workflow
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Mar 14, 2024
1 parent e15283d commit d8e3fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: OpenAPI checker
run: |
composer exec generate-spec
if [ -n "$(git status --porcelain openapi.json)" ]; then
if [ -n "$(git status --porcelain openapi*.json)" ]; then
git diff
exit 1
fi
Expand Down

0 comments on commit d8e3fb4

Please sign in to comment.