We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbcd5b commit b0058f9Copy full SHA for b0058f9
.github/workflows/ci-testing-deploy.yml
@@ -2745,7 +2745,7 @@ jobs:
2745
uv venv .venv && source .venv/bin/activate
2746
make openapi-specs
2747
./ci/github/helpers/openapi-specs-backwards-compatibility.bash diff \
2748
- https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/${{ github.ref }} \
+ https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
2749
.
2750
2751
system-backwards-compatibility:
0 commit comments