Skip to content

Commit

Permalink
small sanitation
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed Jun 6, 2024
1 parent 3cadff7 commit d2cf211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detect_api_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
Scripts/generate_public_interface_definition.sh ${branch} ${baseRepo}
./Scripts/compare_public_interface_definition.swift api_dump_comparison.json api_dump.json
env:
branch: '${{ github.event.pull_request.base.ref }}'
baseRepo: '${{ github.server_url }}/${{ github.repository }}.git'
branch: '${{github.event.pull_request.base.ref}}'
baseRepo: '${{github.server_url}}/${{github.repository}}.git'

0 comments on commit d2cf211

Please sign in to comment.