Skip to content

Commit 677cb20

Browse files
chrischdiavivkeller
andcommitted
pr-verify: use env var for passing the PR title
Co-Authored-By: Aviv Keller <[email protected]>
1 parent b2a40b0 commit 677cb20

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)