Use code block for action output

This commit is contained in:
Orhun Parmaksız 2024-03-20 00:04:00 +03:00
parent b6def90850
commit ff9af622fd
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -221,7 +221,9 @@ jobs:
Details:
> ${{ steps.check_semver.outputs.error_message }}
```
${{ steps.check_semver.outputs.error_message }}
```
# Delete a previous comment when the issue has been resolved
- if: ${{ steps.check_semver.outputs.error_message == null }}