Skip to content

Commit aaf4d3b

Browse files
authored
Merge pull request #2966 from k8s-infra-cherrypick-robot/cherry-pick-2964-to-release-0.18
[release-0.18] 🌱 pr-verify: use env var for passing the PR title
2 parents a72dfad + 717629d commit aaf4d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)