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 d08932c commit 03f26eeCopy full SHA for 03f26ee
.github/workflows/check-restricted-files.yaml
@@ -20,7 +20,7 @@ jobs:
20
shell: bash
21
run: |
22
# echo base.ref=${{ github.event.pull_request.base.ref }}
23
- [[ "${{ github.event.pull_request.base.repo.full_name }}" == "-OAI/OpenAPI-Specification" ]] && exit 0
24
- echo
+ [[ "${{ github.event.pull_request.base.repo.full_name }}" == "OAI/OpenAPI-Specification" ]] && exit 0
+
25
echo This PR contains changes to files that should not be changed
26
exit 1
0 commit comments