Add missing word to guidance on check failure

Co-authored-by: Stéphane Bidoul <stephane.bidoul@acsone.eu>
This commit is contained in:
Pradyun Gedam 2021-08-15 11:57:58 +01:00 committed by GitHub
parent 96b0ef029b
commit 7b96794ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
run: |
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
echo "Please https://pip.pypa.io/dev/news-entry-failure for guidance."
echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."
false
fi