File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,11 @@ runs:
6363 OLD=${{ inputs.old }}
6464 PLATFORM=${{ inputs.platform }}
6565 BINARY_PATH=${{ env.BINARY_PATH }}
66-
67- echo "🕵️♂️ Project folder: $PROJECT_FOLDER"
68- echo "🕵️♂️ Github Workspace: $GITHUB_WORKSPACE"
6966
7067 echo "▶️ Running binary at $BINARY_PATH"
7168 $BINARY_PATH project --new "$NEW" --old "$OLD" --platform "$PLATFORM" --output "$PROJECT_FOLDER/api_comparison.md" --log-output "$PROJECT_FOLDER/logs.txt"
7269 # cat "$PROJECT_FOLDER/logs.txt"
7370
74- echo "🕵️♂️ Trying to find api_comparison.md"
75- echo $(find . -type f -name "api_comparison.md")
76-
7771 # if [[ ${{ env.HEAD_GITHUB_REPO != env.BASE_GITHUB_REPO }} ]]; then
7872 echo "---" >> $GITHUB_STEP_SUMMARY
7973 echo "> [!IMPORTANT]" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments