Skip to content

Commit 6bc6ff8

Browse files
authored
Update detect-api-changes.yml
1 parent c516529 commit 6bc6ff8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ jobs:
6262
run: |
6363
NEW=${{ env.NEW_VERSION }}
6464
OLD=${{ env.OLD_VERSION }}
65-
PLATFORM=${{ inputs.platform }}
6665
PROJECT_FOLDER=${{ github.workspace }}
67-
BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff"
66+
BINARY_PATH="$(swift build --configuration release --show-bin-path)/public-api-diff"
6867
6968
echo "▶️ Running binary at $BINARY_PATH"
7069
$BINARY_PATH project --new "$NEW" --old "$OLD" --platform "$PLATFORM" --output "$PROJECT_FOLDER/api_comparison.md" --log-output "$PROJECT_FOLDER/logs.txt"

0 commit comments

Comments
 (0)