Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/free-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v6
- run: git fetch --depth=1 origin ${{ github.base_ref }}
- uses: oasdiff/oasdiff-action/breaking@test/oasdiff-latest-image
- uses: oasdiff/oasdiff-action/breaking@v0.0.57
with:
base: 'origin/${{ github.base_ref }}:simple.yaml'
revision: 'HEAD:simple.yaml'
fail-on: WARN
github-token: ${{ github.token }}
4 changes: 2 additions & 2 deletions simple.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
openapi: 3.0.1
info:
title: Tufin
Expand All @@ -11,7 +11,7 @@
name: groupId
required: false
schema:
type: string
type: number
schemas:
GroupView:
type: object
Expand All @@ -32,7 +32,7 @@
required:
- name
paths:
/api/v1.0/groups:
/api/v1.1/groups:
post:
tags:
- Group
Expand Down
Loading