We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c0017 commit 9b01b98Copy full SHA for 9b01b98
1 file changed
.github/workflows/pr-comment.yml
@@ -8,16 +8,12 @@ on:
8
jobs:
9
pr-comment:
10
runs-on: ubuntu-latest
11
- permissions:
12
- pull-requests: write
13
- statuses: write
14
steps:
15
- uses: actions/checkout@v6
16
17
- run: git fetch --depth=1 origin ${{ github.base_ref }}
18
19
- - uses: oasdiff/oasdiff-action/pr-comment@v0.0.37
+ - uses: oasdiff/oasdiff-action/breaking@v0.0.37
20
with:
21
- base: 'origin/${{ github.base_ref }}:simple.yaml'
22
- revision: 'HEAD:simple.yaml'
23
- oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}
+ base: 'origin/${{ github.base_ref }}:openapi.yaml'
+ revision: 'HEAD:openapi.yaml'
0 commit comments