Skip to content

Commit

Permalink
Scrunch error message onto fewer lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed Feb 5, 2024
1 parent 366749f commit ba7aaa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/api-compat-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Error message
if: ${{ failure() }}
run: |
echo "::error ::This change modifies the public API in a way that may be backwards-incompatible. Carefully"
echo "::error ::review this pull request and either:"
echo "::error ::This change modifies the public API in a way that may be backwards-incompatible. Carefully review this pull request and either:"
echo "::error ::* Revert the changes which caused the API incompatibility –or–"
echo "::error ::* Add the 'acknowledge-api-break' label to this PR (in rare cases warranting an API breakage)"
exit 1

0 comments on commit ba7aaa4

Please sign in to comment.