Skip to content

Commit 4381fa0

Browse files
authored
Merge pull request #2964 from chrischdi/pr-fix-pr-verify-title2
🌱 pr-verify: use env var for passing the PR title
2 parents b2a40b0 + 677cb20 commit 4381fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
env:
1616
PR_TITLE: ${{ github.event.pull_request.title }}
1717
run: |
18-
./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
18+
./hack/verify-pr-title.sh "${PR_TITLE}"

0 commit comments

Comments
 (0)