From bb90b706b964b5cf3f027f06d18eec4f18c1badd Mon Sep 17 00:00:00 2001 From: Mads Bisgaard Date: Tue, 10 Dec 2024 10:51:58 +0100 Subject: [PATCH] minor fixes to workflow files --- .github/workflows/ci-testing-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing-pull-request.yml b/.github/workflows/ci-testing-pull-request.yml index 8d5a3f4147a..a8c3641b4df 100644 --- a/.github/workflows/ci-testing-pull-request.yml +++ b/.github/workflows/ci-testing-pull-request.yml @@ -38,7 +38,7 @@ jobs: if ! ./ci/github/helpers/openapi-specs-diff.bash diff \ https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \ .; then \ - echo "::error OAS are not up to date. Run 'make openapi-specs' to update them"; \ + echo "::error:: OAS are not up to date. Run 'make openapi-specs' to update them"; exit 1; \ fi api-server-oas-breaking: