Skip to content

Commit

Permalink
Merge 3067534 into 8e3c71a
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 authored Nov 13, 2024
2 parents 8e3c71a + 3067534 commit 82d17cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
docker run --rm -v /tmp:/tmp:ro tufin/oasdiff changelog \
--format markup \
/tmp/openapi.json /tmp/openapi2.json \
| sed 's/\/anyOf\[subschema #[0-9]\+\(: [a-zA-Z]\+\)\?\]//g'
| sed 's/#\([0-9]\+\)/\1/g'
echo 'EOF'
} >> "$GITHUB_OUTPUT"
- name: Find existing comment on PR
Expand Down

0 comments on commit 82d17cb

Please sign in to comment.