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 65
65
BINARY_PATH=${{ env.BINARY_PATH }}
66
66
67
67
echo "Project folder: $PROJECT_FOLDER"
68
+ echo "Github Workspace: $GITHUB_WORKSPACE"
68
69
69
70
echo "▶️ Running binary at $BINARY_PATH"
70
71
$BINARY_PATH project --new "$NEW" --old "$OLD" --platform "$PLATFORM" --output "$PROJECT_FOLDER/api_comparison.md" --log-output "$PROJECT_FOLDER/logs.txt"
73
74
# if [[ ${{ env.HEAD_GITHUB_REPO != env.BASE_GITHUB_REPO }} ]]; then
74
75
echo "---" >> $GITHUB_STEP_SUMMARY
75
76
echo "> [!IMPORTANT]" >> $GITHUB_STEP_SUMMARY
76
- echo "> This PR is from a forked repository" >> $GITHUB_STEP_SUMMARY
77
77
echo "> **Commenting on pull requests from forks is not possible** due to insufficient permissions." >> $GITHUB_STEP_SUMMARY
78
78
echo "> Once merged, the output will be posted as an auto-updating comment under the pull request." >> $GITHUB_STEP_SUMMARY
79
79
echo "---" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments