1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

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

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