removed extra whitespace

Signed-off-by: Michael Beemer <michael.beemer@dynatrace.com>
This commit is contained in:
Michael Beemer 2024-01-24 23:00:49 -05:00
parent 98c3475276
commit fd02350d48
1 changed files with 2 additions and 2 deletions

View File

@ -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