File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,11 @@ runs:
7070
7171 # fix the equation check, should be !=
7272 # if [[ ${{ env.HEAD_GITHUB_REPO == env.BASE_GITHUB_REPO }} ]]; then
73- echo "Adding forked PR info to step summary"
74-
73+ echo "---" >> $GITHUB_STEP_SUMMARY
7574 echo "> [!IMPORTANT]" >> $GITHUB_STEP_SUMMARY
76- echo "> This PR is from a forked repository. Commenting on PRs from forks is disabled due to insufficient access rights." >> $GITHUB_STEP_SUMMARY
75+ echo "> This PR is from a forked repository" >> $GITHUB_STEP_SUMMARY
76+ echo "> Commenting on PRs from forks is unavailable due to insufficient access rights." >> $GITHUB_STEP_SUMMARY
77+ echo "> Once merged, the output will be posted as a auto-updating comment under the pull request." >> $GITHUB_STEP_SUMMARY
7778 echo "---" >> $GITHUB_STEP_SUMMARY
7879 # fi
7980
You can’t perform that action at this time.
0 commit comments