Skip to content

Commit

Permalink
Merge pull request #2965 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2964-to-release-0.19

[release-0.19] 🌱 pr-verify: use env var for passing the PR title
  • Loading branch information
k8s-ci-robot authored Sep 27, 2024
2 parents d32b491 + 465b62a commit 409ae31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
./hack/verify-pr-title.sh "${PR_TITLE}"

0 comments on commit 409ae31

Please sign in to comment.