From 55e802ebbda7b277c9b2866279a859aa48283f3c Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Mon, 27 May 2024 11:15:09 -0400 Subject: [PATCH] fix(openapi-tooling): breaking changes check Signed-off-by: aramissennyeydd --- .github/workflows/api-breaking-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-breaking-changes.yml b/.github/workflows/api-breaking-changes.yml index 5f456a9b0b..e2faa6cd37 100644 --- a/.github/workflows/api-breaking-changes.yml +++ b/.github/workflows/api-breaking-changes.yml @@ -39,7 +39,7 @@ jobs: - name: breaking changes check run: | - yarn backstage-repo-tools repo schema openapi check --since origin/${{ github.base_ref }} > comment.md + yarn backstage-repo-tools repo schema openapi diff --since origin/${{ github.base_ref }} > comment.md - name: Upload Rendered Comment as Artifact uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4