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 e3163c1 commit fea078bCopy full SHA for fea078b
.github/workflows/validate-pr.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Check pull request was opened from branch
22
- if: ${{ github.event.pull_request.head.repo.full_name != 'elastic/elasticsearch-specification' }}
+ if: github.event.pull_request.head.repo.full_name != 'elastic/elasticsearch-specification'
23
run: echo "Validation is not supported from forks"; exit 1
24
25
- uses: actions/checkout@v4
0 commit comments