Skip to content

Issue with diff function for main branch #62

@sghosh82

Description

@sghosh82

When I use main version of oasdiff-actions/diff like -
GHA yaml code:
- name: Running Customer API Spec diff action
id: diffcheck
continue-on-error: true
uses: oasdiff/oasdiff-action/diff@main
with:
base: './v1_swagger.json'
revision: './openapi-v1.json'
format: 'text'
fail-on-diff: true
exclude-elements: 'servers'
It always fails with the below error -
Error: Unable to process file command 'output' successfully.
Error: Invalid value. Matching delimiter not found '81145cee069942ac99c3e4d17fa8c215'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions