Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn authored Jan 18, 2025
1 parent b82e5a7 commit 1ab2814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
echo "▶️ Running binary at $BINARY_PATH"
$BINARY_PATH project --new "$NEW" --old "$OLD" --platform "$PLATFORM" --output "$PROJECT_FOLDER/api_comparison.md" --log-output "$PROJECT_FOLDER/logs.txt"
cat "$PROJECT_FOLDER/logs.txt"
# cat "$PROJECT_FOLDER/logs.txt"
# fix the equation check, should be !=
if [[ env.HEAD_GITHUB_REPO == env.BASE_GITHUB_REPO ]]; then
Expand Down

0 comments on commit 1ab2814

Please sign in to comment.