diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index f514e13..b26817d 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -38,7 +38,7 @@ jobs: if: ${{ steps.is-semantic.outputs.isSemantic != 'true'}} run: | echo ${{ steps.is-semantic.outputs.isSemantic }} - echo 'Pull request title, ${{github.event.pull_request.title}} is not valid.' + echo 'Pull request title is not valid.' echo 'title must start with one of:' echo ' build:,' echo ' chore:,'