We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691816d commit 7e26d15Copy full SHA for 7e26d15
.github/workflows/check.yml
@@ -599,7 +599,7 @@ jobs:
599
echo 'BREAKING_CHANGES_SECTION<<EOF'
600
echo "# 💥 Breaking changes detected !!"
601
echo "Either this PR or a previous PR not released yet introduced breaking changes, be careful when merging."
602
- echo "You can find the details in the `client java@17` CI job."
+ echo "You can find the details in the 'client java@17' CI job."
603
echo 'EOF'
604
} >> "$GITHUB_OUTPUT"
605
0 commit comments