File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6565 BINARY_PATH=${{ env.BINARY_PATH }}
6666
6767 echo "Project folder: $PROJECT_FOLDER"
68+ echo "Github Workspace: $GITHUB_WORKSPACE"
6869
6970 echo "▶️ Running binary at $BINARY_PATH"
7071 $BINARY_PATH project --new "$NEW" --old "$OLD" --platform "$PLATFORM" --output "$PROJECT_FOLDER/api_comparison.md" --log-output "$PROJECT_FOLDER/logs.txt"
7374 # if [[ ${{ env.HEAD_GITHUB_REPO != env.BASE_GITHUB_REPO }} ]]; then
7475 echo "---" >> $GITHUB_STEP_SUMMARY
7576 echo "> [!IMPORTANT]" >> $GITHUB_STEP_SUMMARY
76- echo "> This PR is from a forked repository" >> $GITHUB_STEP_SUMMARY
7777 echo "> **Commenting on pull requests from forks is not possible** due to insufficient permissions." >> $GITHUB_STEP_SUMMARY
7878 echo "> Once merged, the output will be posted as an auto-updating comment under the pull request." >> $GITHUB_STEP_SUMMARY
7979 echo "---" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments