diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index 41403a5..238362f 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -46,8 +46,8 @@ jobs: { echo "Preview URL: https://${fork_owner}.github.io/${fork_repository}" echo "" - echo "If the preview URL doesn't work, you may forget to configure your fork repository for preview." - echo "See ${configure_url} how to configure." + echo "If the preview URL doesn't work, you may have forgotten to configure your fork repository for preview." + echo "See ${configure_url} for instructions on how to configure." } | tee body.md gh pr comment ${PR_NUMBER} \ --body-file body.md \