mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +01:00
Use code block for action output
This commit is contained in:
parent
b6def90850
commit
ff9af622fd
1 changed files with 3 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue