Skip to content

Commit b0058f9

Browse files
committed
fix
1 parent 8fbcd5b commit b0058f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,7 @@ jobs:
27452745
uv venv .venv && source .venv/bin/activate
27462746
make openapi-specs
27472747
./ci/github/helpers/openapi-specs-backwards-compatibility.bash diff \
2748-
https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/${{ github.ref }} \
2748+
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
27492749
.
27502750
27512751
system-backwards-compatibility:

0 commit comments

Comments
 (0)