Skip to content

Commit 823d8a3

Browse files
chore: revert test changes, point workflow at v0.0.33 production service
- Revert simple.yaml to clean state (remove test breaking changes) - Switch action from @phase3-action-payload to @v0.0.33 - Remove service-url override (now uses production api.oasdiff.com) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d07835f commit 823d8a3

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Post oasdiff PR comment
18-
uses: oasdiff/oasdiff-action/pr-comment@phase3-action-payload
18+
uses: oasdiff/oasdiff-action/pr-comment@v0.0.33
1919
with:
2020
base: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.base_ref }}/simple.yaml
2121
revision: simple.yaml
2222
oasdiff-token: 0634345d-02fb-43df-b56a-68fc22253621
23-
service-url: https://oasdiff-service-test-806047195315.us-central1.run.app

simple.yaml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,25 @@ paths:
4646
description: Creates one project.
4747
required: true
4848
responses:
49-
"201":
49+
"200":
5050
content:
5151
application/json:
5252
schema:
5353
$ref: '#/components/schemas/GroupView'
54-
description: Created
54+
description: SUCCESS
5555
summary: Create a Project
56+
/api/v1.0/groups/{groupId}:
57+
get:
58+
tags:
59+
- Group
60+
operationId: getOneGroup
61+
parameters:
62+
- $ref: '#/components/parameters/groupId'
63+
responses:
64+
"200":
65+
content:
66+
application/json:
67+
schema:
68+
$ref: '#/components/schemas/GroupView'
69+
description: SUCCESS
70+
summary: Get a Project

0 commit comments

Comments
 (0)