Skip to content

[Issue 46] Unable to process file command 'output' successfully; Fix: In POSIX sh, local is undefined #223

[Issue 46] Unable to process file command 'output' successfully; Fix: In POSIX sh, local is undefined

[Issue 46] Unable to process file command 'output' successfully; Fix: In POSIX sh, local is undefined #223

Workflow file for this run

name: 'Test oasdiff actions'
on:
pull_request:
push:
jobs:
oasdiff_diff:
runs-on: ubuntu-latest
name: Test diff action
steps:
- name: checkout
uses: actions/checkout@v4
- name: Checking OpenAPI Spec changes
uses: oasdiff/oasdiff-action/breaking@v0.0.18
with:
base: 'petstore-base.yaml'
revision: 'petstore-revision.yaml'