File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,16 @@ runs:
6868 $BINARY_PATH project --new "$NEW" --old "$OLD" --platform "$PLATFORM" --output "$PROJECT_FOLDER/api_comparison.md" --log-output "$PROJECT_FOLDER/logs.txt"
6969 # cat "$PROJECT_FOLDER/logs.txt"
7070
71+ echo ${{ env.HEAD_GITHUB_REPO == env.BASE_GITHUB_REPO }}
72+
7173 # fix the equation check, should be !=
72- if [[ env.HEAD_GITHUB_REPO == env.BASE_GITHUB_REPO ]]; then
74+ # if [[ env.HEAD_GITHUB_REPO == env.BASE_GITHUB_REPO ]]; then
7375 echo "Adding forked PR info to step summary"
7476
7577 echo "> [!IMPORTANT]" >> $GITHUB_STEP_SUMMARY
7678 echo "> This PR is from a forked repository. Commenting on PRs from forks is disabled due to insufficient access rights." >> $GITHUB_STEP_SUMMARY
7779 echo "---" >> $GITHUB_STEP_SUMMARY
78- fi
80+ # fi
7981
8082 cat "$PROJECT_FOLDER/api_comparison.md" >> $GITHUB_STEP_SUMMARY
8183 shell : bash
You can’t perform that action at this time.
0 commit comments