Skip to content

Commit fea078b

Browse files
committed
Remove template syntax
1 parent e3163c1 commit fea078b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Check pull request was opened from branch
22-
if: ${{ github.event.pull_request.head.repo.full_name != 'elastic/elasticsearch-specification' }}
22+
if: github.event.pull_request.head.repo.full_name != 'elastic/elasticsearch-specification'
2323
run: echo "Validation is not supported from forks"; exit 1
2424

2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)