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 a4fff24 commit efce34fCopy full SHA for efce34f
.github/workflows/ci-testing-pull-request.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Check openapi specs are up to date
40
run: |
41
if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
42
- https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/${{ github.sha }} \
+ https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/${{ github.event.after }} \
43
.; then \
44
echo "::error:: OAS are not up to date. Run 'make openapi-specs' to update them"; exit 1; \
45
fi
0 commit comments