We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a72dfad + 717629d commit aaf4d3bCopy full SHA for aaf4d3b
.github/workflows/verify.yml
@@ -15,4 +15,4 @@ jobs:
15
env:
16
PR_TITLE: ${{ github.event.pull_request.title }}
17
run: |
18
- ./hack/verify-pr-title.sh "${{ github.event.pull_request.title }}"
+ ./hack/verify-pr-title.sh "${PR_TITLE}"
0 commit comments