Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down