Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 4, 2024
1 parent 8fbcd5b commit b0058f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2745,7 +2745,7 @@ jobs:
uv venv .venv && source .venv/bin/activate
make openapi-specs
./ci/github/helpers/openapi-specs-backwards-compatibility.bash diff \
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 }} \
.
system-backwards-compatibility:
Expand Down

0 comments on commit b0058f9

Please sign in to comment.