Skip to content

Commit da4cf2a

Browse files
committed
debug loglevel
1 parent 205d76e commit da4cf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-api.changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
OLD="${{ env.target }}~${{ env.githubRepo }}"
4747
fi
4848
49-
swift run public-api-diff project --new "$NEW" --old "$OLD" --output "$PROJECT_FOLDER/api_comparison.md" --log-output "$PROJECT_FOLDER/logs.txt"
49+
swift run public-api-diff project --new "$NEW" --old "$OLD" --output "$PROJECT_FOLDER/api_comparison.md" --log-level debug --log-output "$PROJECT_FOLDER/logs.txt"
5050
cat "$PROJECT_FOLDER/logs.txt"
5151
cat "$PROJECT_FOLDER/api_comparison.md" >> $GITHUB_STEP_SUMMARY
5252
env:

0 commit comments

Comments
 (0)