Skip to content

Update oasdiff PR comment workflow configuration #85

Update oasdiff PR comment workflow configuration

Update oasdiff PR comment workflow configuration #85

Workflow file for this run

name: oasdiff
on:
pull_request:
jobs:
oasdiff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: git fetch --depth=1 origin ${{ github.base_ref }}
- uses: oasdiff/oasdiff-action/pr-comment@v0.0.40-beta.3
with:
base: 'origin/${{ github.base_ref }}:simple.yaml'
revision: 'HEAD:simple.yaml'
oasdiff-token: ${{ secrets.OASDIFF_TOKEN }}