removed extra whitespace
Signed-off-by: Michael Beemer <michael.beemer@dynatrace.com>
This commit is contained in:
parent
98c3475276
commit
fd02350d48
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
We require pull request titles to follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) and it looks like your proposed title needs to be adjusted.
|
||||
|
||||
Details:
|
||||
|
||||
|
||||
```
|
||||
${{ steps.lint_pr_title.outputs.error_message }}
|
||||
```
|
||||
|
|
@ -45,6 +45,6 @@ jobs:
|
|||
# Delete a previous comment when the issue has been resolved
|
||||
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
|
||||
uses: marocchino/sticky-pull-request-comment@v2
|
||||
with:
|
||||
with:
|
||||
header: pr-title-lint-error
|
||||
delete: true
|
||||
Loading…
Reference in New Issue