Skip to content

Commit f718a69

Browse files
authored
Update action.yml
1 parent 99d8619 commit f718a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ runs:
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"
@@ -73,7 +74,6 @@ runs:
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

0 commit comments

Comments
 (0)