Skip to content

Commit bb90b70

Browse files
committed
minor fixes to workflow files
1 parent 0bd94da commit bb90b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
3939
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
4040
.; then \
41-
echo "::error OAS are not up to date. Run 'make openapi-specs' to update them"; \
41+
echo "::error:: OAS are not up to date. Run 'make openapi-specs' to update them"; exit 1; \
4242
fi
4343
4444
api-server-oas-breaking:

0 commit comments

Comments
 (0)