Skip to content

Commit 9271325

Browse files
authored
Update action.yml
1 parent 1ab2814 commit 9271325

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)